Fix rose pine and method tags

This commit is contained in:
Gregory Schier
2024-06-07 12:01:31 -07:00
parent 3c5fdcb18d
commit 5108bc92f3
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}
{editing ? (
<input

View File

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