File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ class _SettingsTextFieldState extends State<SettingsTextField> {
29
29
Text (
30
30
widget.labelText,
31
31
style: TextStyle (
32
- color: ThemeProvider .theme.shadowColor ,
32
+ color: ThemeProvider .theme.textTheme.bodyText1 ? .color ,
33
33
),
34
34
),
35
35
SizedBox (height: 5 ),
Original file line number Diff line number Diff line change @@ -457,6 +457,13 @@ packages:
457
457
url: "https://pub.dartlang.org"
458
458
source: hosted
459
459
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"
460
467
meta:
461
468
dependency: "direct overridden"
462
469
description:
@@ -755,7 +762,7 @@ packages:
755
762
name: test_api
756
763
url: "https://pub.dartlang.org"
757
764
source: hosted
758
- version: "0.4.3 "
765
+ version: "0.4.8 "
759
766
timing:
760
767
dependency: transitive
761
768
description:
You can’t perform that action at this time.
0 commit comments