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 8279da641c
commit 9178bb8443
+4 -4
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 {