We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e93c611 commit b040e22Copy full SHA for b040e22
lib/screens/common_widgets/envfield_cell.dart
@@ -32,6 +32,7 @@ class EnvCellField extends StatelessWidget {
32
focusNode: focusNode,
33
style: kCodeStyle.copyWith(
34
color: clrScheme.onSurface,
35
+ fontSize: Theme.of(context).textTheme.bodyMedium?.fontSize,
36
),
37
decoration: getTextFieldInputDecoration(
38
clrScheme,
0 commit comments