chore: Make progress indicators rounder

This commit is contained in:
Christian Kußowski 2025-10-01 09:02:38 +02:00
parent 969f1deb48
commit 495efef591
No known key found for this signature in database
GPG key ID: E067ECD60F1A0652

View file

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