WIP #102 Moving all colors to theme

This commit is contained in:
Yegor Vialov
2020-04-06 21:39:16 +00:00
parent 524d195800
commit 007d12719c
10 changed files with 45 additions and 37 deletions

View File

@ -30,9 +30,7 @@ class FlatServiceButton extends StatelessWidget {
child: Text(
text,
textAlign: TextAlign.right,
style: Theme.of(context).textTheme.subhead.copyWith(
color: Colors.blue
),
style: HAClientTheme().getActionTextStyle(context),
),
)
);