Use vocab symbol for newly collected words (#5489)

This commit is contained in:
Kelrap 2026-01-28 13:19:40 -05:00 committed by GitHub
parent 0df853a616
commit 95e0f8052f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -162,7 +162,7 @@ class NewVocabBubble extends StatelessWidget {
mainAxisSize: MainAxisSize.min,
children: [
Icon(
Symbols.toys_and_games,
Symbols.dictionary,
color: theme.colorScheme.primary,
size: 24,
),