mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-04-22 08:48:26 +02:00
Fix rose pine and method tags
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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'),
|
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user