Skip to content

Commit

Permalink
refactor: visual tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
pavanpodila committed Oct 25, 2024
1 parent 7057371 commit 8c12427
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/system/vyuh_feature_auth/lib/ui/form_fields.dart
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ final class LoaderButton extends StatelessWidget {
height: 20,
child: CircularProgressIndicator(
strokeWidth: 2,
color: Theme.of(context).disabledColor,
color: Theme.of(context).indicatorColor,
))
: icon,
label: title == null ? const SizedBox.shrink() : Text(title!),
Expand Down

0 comments on commit 8c12427

Please sign in to comment.