battery: remove full charge green color cuz so many of y'all are leaving your machine plugged regardless of the charge so won't cry when ya show it

This commit is contained in:
end-4 2024-03-07 16:29:31 +07:00
parent b23f0bb1df
commit c75650dcfd

View file

@ -174,8 +174,8 @@ $bar_subgroup_bg: $surfaceVariant;
}
.bar-batt-full {
background-color: $successContainer;
color: $onSuccessContainer;
// background-color: $successContainer;
// color: $onSuccessContainer;
}
.bar-batt-circprog {
@ -193,8 +193,8 @@ $bar_subgroup_bg: $surfaceVariant;
}
.bar-batt-circprog-full {
background-color: $successContainer;
color: $onSuccessContainer;
// background-color: $successContainer;
// color: $onSuccessContainer;
}
.bar-music-playstate {