mirror of
https://github.com/foss42/apidash.git
synced 2025-06-05 19:01:26 +08:00
Update envfield_cell.dart
This commit is contained in:
@ -32,6 +32,7 @@ class EnvCellField extends StatelessWidget {
|
|||||||
focusNode: focusNode,
|
focusNode: focusNode,
|
||||||
style: kCodeStyle.copyWith(
|
style: kCodeStyle.copyWith(
|
||||||
color: clrScheme.onSurface,
|
color: clrScheme.onSurface,
|
||||||
|
fontSize: Theme.of(context).textTheme.bodyMedium?.fontSize,
|
||||||
),
|
),
|
||||||
decoration: getTextFieldInputDecoration(
|
decoration: getTextFieldInputDecoration(
|
||||||
clrScheme,
|
clrScheme,
|
||||||
|
Reference in New Issue
Block a user