diff --git a/plugins/aves_map/lib/src/marker/image.dart b/plugins/aves_map/lib/src/marker/image.dart index d8ade2496..7b7e0fe9c 100644 --- a/plugins/aves_map/lib/src/marker/image.dart +++ b/plugins/aves_map/lib/src/marker/image.dart @@ -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, ), ), ),