increased 1/3 values font size

This commit is contained in:
Vadim 2024-05-07 19:19:39 +02:00
parent 1ae8b0913e
commit 03f57fd20f
2 changed files with 1 additions and 3 deletions
lib/screens/metering/components/shared/exposure_pairs_list/components/exposure_pairs_list_item
test/screens/metering/goldens

View file

@ -44,9 +44,8 @@ class ExposurePairsListItem<T extends PhotographyStopValue> extends StatelessWid
case StopType.full:
return Theme.of(context).textTheme.bodyLarge!;
case StopType.half:
return Theme.of(context).textTheme.bodyMedium!;
case StopType.third:
return Theme.of(context).textTheme.bodySmall!;
return Theme.of(context).textTheme.bodyMedium!;
}
}
@ -55,7 +54,6 @@ class ExposurePairsListItem<T extends PhotographyStopValue> extends StatelessWid
case StopType.full:
return Dimens.grid16;
case StopType.half:
return Dimens.grid8;
case StopType.third:
return Dimens.grid8;
}

Binary file not shown.

Before

(image error) Size: 1.6 MiB

After

(image error) Size: 1.5 MiB