From 5e875fa5262f3d8ec8cb5cbdaaaf65e029fb374a Mon Sep 17 00:00:00 2001 From: Thibault Deckers Date: Sun, 31 Mar 2024 18:53:47 +0200 Subject: [PATCH] minor --- plugins/aves_map/lib/src/marker/image.dart | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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, ), ), ),