Skip to content

Commit d4703b3

Browse files
committed
fix: Resolves visibility issue in the LabelText of settings screen
1 parent 0d068bd commit d4703b3

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
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.textTheme.bodyText1?.color,
3333
),
3434
),
3535
SizedBox(height: 5),

pubspec.lock

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -457,6 +457,13 @@ packages:
457457
url: "https://pub.dartlang.org"
458458
source: hosted
459459
version: "0.12.11"
460+
material_color_utilities:
461+
dependency: transitive
462+
description:
463+
name: material_color_utilities
464+
url: "https://pub.dartlang.org"
465+
source: hosted
466+
version: "0.1.3"
460467
meta:
461468
dependency: "direct overridden"
462469
description:
@@ -755,7 +762,7 @@ packages:
755762
name: test_api
756763
url: "https://pub.dartlang.org"
757764
source: hosted
758-
version: "0.4.3"
765+
version: "0.4.8"
759766
timing:
760767
dependency: transitive
761768
description:

0 commit comments

Comments
 (0)