color tweak

This commit is contained in:
Will McGugan
2022-09-13 13:21:50 +01:00
parent 23de107858
commit fc414a0b10

View File

@@ -33,10 +33,9 @@ class Button(Widget, can_focus=True):
Button {
width: auto;
min-width: 16;
width: auto;
height: 3;
background: $panel;
color: auto;
color: $text;
border: none;
border-top: tall $panel-lighten-2;
border-bottom: tall $panel-darken-3;