This commit is contained in:
Thibault Deckers 2024-03-31 18:53:47 +02:00
parent e1c3bae90b
commit 5e875fa526

View file

@ -108,9 +108,9 @@ class ImageMarker extends StatelessWidget {
),
child: Text(
'$count',
style: const TextStyle(
style: TextStyle(
fontSize: 12,
color: Colors.white,
color: theme.colorScheme.onPrimary,
),
),
),