mirror of
https://github.com/git-touch/git-touch
synced 2025-01-31 08:04:51 +01:00
fix: yellow underline (#65)
This commit is contained in:
parent
450fbbf09a
commit
d6a321d6ca
@ -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,
|
||||
),
|
||||
),
|
||||
),
|
||||
|
Loading…
x
Reference in New Issue
Block a user