make grammar icons larger and more spaced
This commit is contained in:
parent
0cb3d472c7
commit
a84ded27af
1 changed files with 2 additions and 2 deletions
|
|
@ -35,7 +35,7 @@ class GrammarChoiceCard extends StatelessWidget {
|
|||
final baseTextSize =
|
||||
(Theme.of(context).textTheme.titleMedium?.fontSize ?? 16) *
|
||||
(height / 72.0).clamp(1.0, 1.4);
|
||||
final emojiSize = baseTextSize * 1.2;
|
||||
final emojiSize = baseTextSize * 1.5;
|
||||
final copy = getGrammarCopy(
|
||||
category: feature.name,
|
||||
lemma: tag,
|
||||
|
|
@ -54,7 +54,7 @@ class GrammarChoiceCard extends StatelessWidget {
|
|||
crossAxisAlignment: CrossAxisAlignment.center,
|
||||
children: [
|
||||
SizedBox(
|
||||
width: height * .7,
|
||||
width: height,
|
||||
height: height,
|
||||
child: Center(
|
||||
child: MorphIcon(
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue