fix(CommandPalette): wrong ellipsis color

This commit is contained in:
Benjamin Canac
2025-02-18 11:15:23 +01:00
parent aefa09c69b
commit ada04f64a5
3 changed files with 319 additions and 319 deletions

View File

@@ -21,7 +21,7 @@ export default (options: Required<ModuleOptions>) => ({
itemTrailingHighlightedIcon: 'shrink-0 size-5 text-(--ui-text-dimmed) hidden group-data-highlighted:inline-flex',
itemTrailingKbds: 'hidden lg:inline-flex items-center shrink-0 gap-0.5',
itemTrailingKbdsSize: 'md',
itemLabel: 'truncate space-x-1 rtl:space-x-reverse',
itemLabel: 'truncate space-x-1 rtl:space-x-reverse text-(--ui-text-dimmed)',
itemLabelBase: 'text-(--ui-text-highlighted) [&>mark]:text-(--ui-bg) [&>mark]:bg-(--ui-primary)',
itemLabelPrefix: 'text-(--ui-text)',
itemLabelSuffix: 'text-(--ui-text-dimmed) [&>mark]:text-(--ui-bg) [&>mark]:bg-(--ui-primary)'

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long