Skip to content

Commit

Permalink
fix: yellow underline (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
shreyas1599 committed Apr 25, 2020
1 parent 450fbbf commit d6a321d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/widgets/language_bar.dart
Expand Up @@ -84,6 +84,8 @@ class LanguageBar extends StatelessWidget {
style: TextStyle(
color: theme.palette.text,
fontSize: 18,
decoration: TextDecoration.underline,
decorationColor: theme.palette.background,
),
),
]),
Expand All @@ -95,6 +97,8 @@ class LanguageBar extends StatelessWidget {
style: TextStyle(
color: theme.palette.secondaryText,
fontSize: 18,
decoration: TextDecoration.underline,
decorationColor: theme.palette.background,
),
),
),
Expand Down

0 comments on commit d6a321d

Please sign in to comment.