feat: Minor button design changes

This commit is contained in:
Christian Pauly 2021-05-30 12:25:29 +02:00
commit d8da5c3a55
5 changed files with 23 additions and 32 deletions

View file

@ -71,7 +71,6 @@ abstract class FluffyThemes {
style: ElevatedButton.styleFrom(
primary: AppConfig.primaryColor,
onPrimary: Colors.white,
elevation: 7,
shape: RoundedRectangleBorder(
borderRadius: BorderRadius.circular(AppConfig.borderRadius),
),
@ -171,7 +170,6 @@ abstract class FluffyThemes {
style: ElevatedButton.styleFrom(
primary: AppConfig.primaryColor,
onPrimary: Colors.white,
elevation: 7,
shape: RoundedRectangleBorder(
borderRadius: BorderRadius.circular(AppConfig.borderRadius),
),