mirror of
https://github.com/langgenius/dify.git
synced 2026-05-04 09:28:04 +08:00
fix: css
This commit is contained in:
@ -56,9 +56,9 @@ const EditorTabItem: FC<EditorTabItemProps> = ({
|
||||
|
||||
<span
|
||||
className={cn(
|
||||
'max-w-40 truncate text-[13px] leading-4',
|
||||
'max-w-40 truncate text-[13px] font-normal leading-4',
|
||||
isActive
|
||||
? 'font-medium text-text-primary'
|
||||
? 'text-text-primary'
|
||||
: 'text-text-tertiary',
|
||||
)}
|
||||
>
|
||||
|
||||
@ -100,9 +100,9 @@ const FileTreeNode = ({ node, style, dragHandle }: NodeRendererProps<TreeNodeDat
|
||||
|
||||
<span
|
||||
className={cn(
|
||||
'min-w-0 flex-1 truncate text-[13px] leading-4',
|
||||
'min-w-0 flex-1 truncate text-[13px] font-normal leading-4',
|
||||
isSelected
|
||||
? 'font-medium text-text-primary'
|
||||
? 'text-text-primary'
|
||||
: 'text-text-secondary',
|
||||
)}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user