Skip to content

Commit

Permalink
progress spinner theme
Browse files Browse the repository at this point in the history
  • Loading branch information
danemadsen committed May 12, 2024
1 parent 9a705aa commit 64503df
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions lib/static/themes.dart
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,9 @@ class Themes {
selectionColor: tertiary,
cursorColor: secondary,
),
progressIndicatorTheme: ProgressIndicatorThemeData(
color: secondary,
),
colorScheme: isDark ? ColorScheme.dark(
background: background,
onBackground: onBackground,
Expand Down
2 changes: 1 addition & 1 deletion lib/ui/mobile/widgets/buttons/menu_button.dart
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ class _MenuButtonState extends State<MenuButton> {
height: 24, // Height of the CircularProgressIndicator
child: Center(
child: CircularProgressIndicator(
strokeWidth: 2.0, // Adjust the thickness of the spinner here
strokeWidth: 3.0, // Adjust the thickness of the spinner here
),
),
),
Expand Down

0 comments on commit 64503df

Please sign in to comment.