WIP themes: fix sudhead style
This commit is contained in:
@ -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