Tweak Yaak default themes

This commit is contained in:
Gregory Schier
2024-05-22 23:28:53 -07:00
parent 56acec473b
commit 33768af571
2 changed files with 18 additions and 10 deletions

View File

@@ -86,7 +86,7 @@ export function Tabs({
'h-full flex items-center text-sm rounded',
'!px-2 ml-[1px]',
addBorders && 'border',
isActive ? 'text-fg' : 'text-fg-subtler hover:text-fg-subtle',
isActive ? 'text-fg' : 'text-fg-subtle hover:text-fg',
isActive && addBorders ? 'border-background-highlight' : 'border-transparent',
);