fix: yellow underline (#65)

This commit is contained in:
Shreyas Thirumalai 2020-04-25 11:38:45 +05:30 committed by GitHub
parent 450fbbf09a
commit d6a321d6ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -84,6 +84,8 @@ class LanguageBar extends StatelessWidget {
style: TextStyle(
color: theme.palette.text,
fontSize: 18,
decoration: TextDecoration.underline,
decorationColor: theme.palette.background,
),
),
]),
@ -95,6 +97,8 @@ class LanguageBar extends StatelessWidget {
style: TextStyle(
color: theme.palette.secondaryText,
fontSize: 18,
decoration: TextDecoration.underline,
decorationColor: theme.palette.background,
),
),
),