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.
2 parents 0b136e5 + 650595d commit 744b747Copy full SHA for 744b747
lib/Components/settings_text_field.dart
@@ -29,7 +29,7 @@ class _SettingsTextFieldState extends State<SettingsTextField> {
29
Text(
30
widget.labelText,
31
style: TextStyle(
32
- color: ThemeProvider.theme.shadowColor,
+ color: ThemeProvider.theme.unselectedWidgetColor,
33
),
34
35
SizedBox(height: 5),
0 commit comments