Fix rose pine and method tags

This commit is contained in:
Gregory Schier
2024-06-07 12:01:31 -07:00
parent 3ed78d1088
commit e9bf97bd3f
2 changed files with 1 additions and 3 deletions

View File

@@ -839,7 +839,7 @@ const SidebarItem = forwardRef(function SidebarItem(
)} )}
/> />
)} )}
<div className="flex items-end gap-2 min-w-0"> <div className="flex items-center gap-2 min-w-0">
{itemPrefix} {itemPrefix}
{editing ? ( {editing ? (
<input <input

View File

@@ -99,8 +99,6 @@ const rosePineDawn: YaakTheme = {
}, },
menu: { menu: {
background: new Color('#f2e9e1', 'light'), background: new Color('#f2e9e1', 'light'),
backgroundHighlight: new Color('#dfdad9', 'light'),
backgroundHighlightSecondary: new Color('#6e6a86', 'light'),
}, },
}, },
}; };