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