chore: Make progress indicators rounder

pull/2236/head
Christian Kußowski 2 weeks ago
parent 969f1deb48
commit 495efef591
No known key found for this signature in database
GPG Key ID: E067ECD60F1A0652

@ -116,6 +116,11 @@ abstract class FluffyThemes {
), ),
), ),
), ),
progressIndicatorTheme: ProgressIndicatorThemeData(
strokeCap: StrokeCap.round,
color: colorScheme.primary,
refreshBackgroundColor: colorScheme.primaryContainer,
),
snackBarTheme: isColumnMode snackBarTheme: isColumnMode
? const SnackBarThemeData( ? const SnackBarThemeData(
showCloseIcon: true, showCloseIcon: true,

Loading…
Cancel
Save