Use vocab symbol for newly collected words (#5489)
This commit is contained in:
parent
0df853a616
commit
95e0f8052f
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
),
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue