fix: make overlay activity message same color as base message, give each set of vocab dots its own tooltip (#1611)

This commit is contained in:
ggurdin 2025-01-28 09:29:01 -05:00 committed by GitHub
parent d229207d18
commit a82cd02f27
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -469,7 +469,7 @@ class LemmaUsageDots extends StatelessWidget {
crossAxisAlignment: CrossAxisAlignment.center,
children: [
Tooltip(
message: L10n.of(context).writingExercisesTooltip,
message: tooltip,
child: Icon(
icon,
size: 24,

View file

@ -90,7 +90,7 @@ class OverlayMessage extends StatelessWidget {
}
if (event.isActivityMessage) {
color = ThemeData.light().colorScheme.primary;
color = ThemeData.dark().colorScheme.onSecondary;
}
final noBubble = {