Skip to content

Commit

Permalink
delete highlightColor
Browse files Browse the repository at this point in the history
  • Loading branch information
niuhuan committed Dec 18, 2021
1 parent 8d4149b commit 2559017
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lib/basic/configs/themes.dart
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,6 @@ class _PinkTheme extends _ThemePackage {
),
dividerColor: Colors.grey.shade200,
primaryColor: Colors.pink.shade200,
highlightColor: Colors.pink.shade200,
textSelectionTheme: TextSelectionThemeData(
cursorColor: Colors.pink.shade200,
selectionColor: Colors.pink.shade300.withAlpha(150),
Expand Down Expand Up @@ -144,7 +143,6 @@ class _BlackTheme extends _ThemePackage {
),
dividerColor: Colors.grey.shade200,
primaryColor: Colors.pink.shade200,
highlightColor: Colors.pink.shade200,
textSelectionTheme: TextSelectionThemeData(
cursorColor: Colors.pink.shade200,
selectionColor: Colors.pink.shade300.withAlpha(150),
Expand Down Expand Up @@ -185,7 +183,6 @@ class _DarkTheme extends _ThemePackage {
backgroundColor: Colors.grey.shade900,
),
primaryColor: Colors.pink.shade200,
highlightColor: Colors.pink.shade200,
textSelectionTheme: TextSelectionThemeData(
cursorColor: Colors.pink.shade200,
selectionColor: Colors.pink.shade300.withAlpha(150),
Expand Down Expand Up @@ -230,7 +227,6 @@ class _DustyBlueTheme extends _ThemePackage {
),
dividerColor: Colors.grey.shade800,
primaryColor: Colors.blue.shade200,
highlightColor: Colors.blue.shade200,
textSelectionTheme: TextSelectionThemeData(
cursorColor: Colors.blue.shade200,
selectionColor: Colors.blue.shade900,
Expand Down

0 comments on commit 2559017

Please sign in to comment.