chore: Follow up design changes

This commit is contained in:
krille-chan 2023-08-12 12:17:28 +02:00
commit a9448f293c
No known key found for this signature in database
2 changed files with 23 additions and 18 deletions

View file

@ -116,7 +116,12 @@ abstract class FluffyThemes {
),
outlinedButtonTheme: OutlinedButtonThemeData(
style: OutlinedButton.styleFrom(
side: BorderSide(
width: 1,
color: colorScheme.primary,
),
shape: RoundedRectangleBorder(
side: BorderSide(color: colorScheme.primary),
borderRadius: BorderRadius.circular(AppConfig.borderRadius / 2),
),
),