🐛 Fix colors difference

This commit is contained in:
2024-04-28 00:10:20 +08:00
parent 541df5c3bc
commit 155f7c7999
2 changed files with 40 additions and 44 deletions

View File

@@ -111,7 +111,7 @@ class _ParticipantStatsWidgetState extends State<ParticipantStatsWidget> {
@override
Widget build(BuildContext context) {
return Container(
color: Colors.black.withOpacity(0.3),
color: Theme.of(context).colorScheme.onSurface.withOpacity(0.75),
padding: const EdgeInsets.symmetric(
vertical: 8,
horizontal: 8,