Skip to content

Commit

Permalink
Update button_theme.dart
Browse files Browse the repository at this point in the history
  • Loading branch information
tilucasoli committed Dec 3, 2024
1 parent d47fbba commit f39a388
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/remix/lib/src/components/button/button_theme.dart
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ class FortalezaButtonStyle extends ButtonStyle {
final spinnerDisabled = $.spinner.color.$neutralAlpha(7);

final solidVariant = Style(
$.container.color.$accent(),
$.container.color.amberAccent(),
$.label.style.color.white(),
$.spinner.color.white(),
$.icon.color.white(),
Expand Down

0 comments on commit f39a388

Please sign in to comment.