Align feedback button styles with other sidebar buttons

Make feedback button reflect whether you're in a feedback buffer
This commit is contained in:
Mikayla Maki
2023-03-10 16:19:33 -08:00
parent e45104a1c0
commit c8de738972
4 changed files with 41 additions and 19 deletions
-9
View File
@@ -51,15 +51,6 @@ export default function statusBar(colorScheme: ColorScheme) {
...text(layer, "sans"),
hover: text(layer, "sans", "hovered"),
},
feedback: {
margin: { left: 2 },
color: foreground(layer, "variant"),
iconWidth: 14,
buttonWidth: 14,
hover: {
color: foreground(layer, "on"),
},
},
diagnosticSummary: {
height: 20,
iconWidth: 16,