Skip to content

Commit

Permalink
fix: change underline color
Browse files Browse the repository at this point in the history
  • Loading branch information
poppingmoon committed Nov 9, 2024
1 parent d6ea0c2 commit fce8e67
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion lib/provider/theme_data_provider.dart
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ ThemeData themeData(Ref ref, Brightness brightness) {
dividerColor: colors.divider,
canvasColor: colors.bg,
scaffoldBackgroundColor: colors.bg,
textTheme: ThemeData.light()
textTheme: ThemeData(brightness: brightness)
.textTheme
.merge(
TextTheme(
Expand All @@ -63,6 +63,7 @@ ThemeData themeData(Ref ref, Brightness brightness) {
: null,
displayColor: colors.fg,
bodyColor: colors.fg,
decorationColor: colors.fg,
),
iconTheme: IconThemeData(color: colors.fg),
inputDecorationTheme: InputDecorationTheme(
Expand Down
2 changes: 1 addition & 1 deletion lib/provider/theme_data_provider.g.dart

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit fce8e67

Please sign in to comment.