fix: style battery widget
This commit is contained in:
@@ -53,6 +53,11 @@ window.Bar {
|
|||||||
border-bottom: 4px solid #2ac3de;
|
border-bottom: 4px solid #2ac3de;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.battery {
|
||||||
|
color: #b4f9f8;
|
||||||
|
border-bottom: 4px solid #b4f9f8;
|
||||||
|
}
|
||||||
|
|
||||||
.date-popover {
|
.date-popover {
|
||||||
all: unset;
|
all: unset;
|
||||||
|
|
||||||
|
|||||||
@@ -14,10 +14,10 @@ export default function Battery() {
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
<box class="status-box">
|
<box class="status-box battery">
|
||||||
<label label={battery_info} />
|
<label label={battery_info} />
|
||||||
</box>
|
</box>
|
||||||
<Gtk.Separator />
|
<Gtk.Separator class="separator" />
|
||||||
</>
|
</>
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user