mirror of
https://github.com/venera-app/venera.git
synced 2025-09-27 15:57:25 +00:00
Fix battery forground color.
This commit is contained in:
@@ -650,7 +650,7 @@ class _BatteryWidgetState extends State<_BatteryWidget> {
|
|||||||
|
|
||||||
Widget _batteryInfo(int batteryLevel) {
|
Widget _batteryInfo(int batteryLevel) {
|
||||||
IconData batteryIcon;
|
IconData batteryIcon;
|
||||||
Color batteryColor = Colors.black;
|
Color batteryColor = context.colorScheme.onSurface;
|
||||||
|
|
||||||
if (batteryLevel >= 96) {
|
if (batteryLevel >= 96) {
|
||||||
batteryIcon = Icons.battery_full_sharp;
|
batteryIcon = Icons.battery_full_sharp;
|
||||||
|
Reference in New Issue
Block a user