Skip to content

Commit b040e22

Browse files
committed
Update envfield_cell.dart
1 parent e93c611 commit b040e22

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/screens/common_widgets/envfield_cell.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ class EnvCellField extends StatelessWidget {
3232
focusNode: focusNode,
3333
style: kCodeStyle.copyWith(
3434
color: clrScheme.onSurface,
35+
fontSize: Theme.of(context).textTheme.bodyMedium?.fontSize,
3536
),
3637
decoration: getTextFieldInputDecoration(
3738
clrScheme,

0 commit comments

Comments
 (0)