mirror of
https://github.com/langgenius/dify.git
synced 2026-04-29 12:37:20 +08:00
fix: Update breadcrumb styles in Online Drive component for improved visual consistency
This commit is contained in:
parent
4d34891ac0
commit
acde411629
@ -19,8 +19,8 @@ const Drive = ({
|
|||||||
type='button'
|
type='button'
|
||||||
className={cn(
|
className={cn(
|
||||||
'max-w-full shrink truncate rounded-md px-[5px] py-1',
|
'max-w-full shrink truncate rounded-md px-[5px] py-1',
|
||||||
prefix.length > 0 && 'system-sm-medium text-text-secondary hover:bg-state-base-hover',
|
prefix.length > 0 && 'system-sm-regular text-text-tertiary hover:bg-state-base-hover',
|
||||||
prefix.length === 0 && 'system-sm-regular text-text-tertiary',
|
prefix.length === 0 && 'system-sm-medium text-text-secondary',
|
||||||
)}
|
)}
|
||||||
onClick={handleBackToRoot}
|
onClick={handleBackToRoot}
|
||||||
disabled={prefix.length === 0}
|
disabled={prefix.length === 0}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user