Skip to content

Commit 744b747

Browse files
authored
Merge pull request #62 from raysummee/fix/label_dark_mode
in dark mode, label will be more visible
2 parents 0b136e5 + 650595d commit 744b747

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Components/settings_text_field.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ class _SettingsTextFieldState extends State<SettingsTextField> {
2929
Text(
3030
widget.labelText,
3131
style: TextStyle(
32-
color: ThemeProvider.theme.shadowColor,
32+
color: ThemeProvider.theme.unselectedWidgetColor,
3333
),
3434
),
3535
SizedBox(height: 5),

0 commit comments

Comments
 (0)