fix: textstyle height, keyId

This commit is contained in:
DenserMeerkat
2024-03-16 15:52:29 +05:30
parent 6eddcd2622
commit 5beb51d2f4
7 changed files with 58 additions and 42 deletions

View File

@ -59,10 +59,12 @@ class CellField extends StatelessWidget {
key: Key(keyId),
initialValue: initialValue,
style: kCodeStyle.copyWith(
height: 1.6,
color: clrScheme.onSurface,
),
decoration: InputDecoration(
hintStyle: kCodeStyle.copyWith(
height: 1.6,
color: clrScheme.outline.withOpacity(
kHintOpacity,
),