WIP themes: fix sudhead style
This commit is contained in:
parent
5b2a1163b9
commit
36eff26862
@ -30,7 +30,9 @@ class FlatServiceButton extends StatelessWidget {
|
||||
child: Text(
|
||||
text,
|
||||
textAlign: TextAlign.right,
|
||||
style: Theme.of(context).textTheme.subhead,
|
||||
style: Theme.of(context).textTheme.subhead.copyWith(
|
||||
color: Colors.blue
|
||||
),
|
||||
),
|
||||
)
|
||||
);
|
||||
|
Reference in New Issue
Block a user