mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-04-20 11:08:03 +08:00
@@ -18,7 +18,8 @@ class StatWidget extends StatelessWidget {
|
||||
|
||||
@override
|
||||
Widget build(BuildContext context) {
|
||||
Color color = this.color ??
|
||||
Color color =
|
||||
this.color ??
|
||||
Theme.of(context).colorScheme.outline.withValues(alpha: 0.8);
|
||||
return Row(
|
||||
spacing: 2,
|
||||
|
||||
Reference in New Issue
Block a user