mirror of
https://github.com/foss42/apidash.git
synced 2025-05-25 18:27:02 +08:00
fix: textstyle height, keyId
This commit is contained in:
@ -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,
|
||||
),
|
||||
|
Reference in New Issue
Block a user