Skip to content

Commit

Permalink
fix: button secondary color priority
Browse files Browse the repository at this point in the history
  • Loading branch information
lfsigreja committed Aug 7, 2024
1 parent f6b2380 commit 0d0f457
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/azion/variables/_button.scss
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ $secondaryButtonBg: var(--secondary-button-bg);

/// Text color of a secondary button
/// @group button
$secondaryButtonTextColor: var(--secondary-button-text-color);
$secondaryButtonTextColor: var(--secondary-button-text-color) !important;

/// Border of a secondary button
/// @group button
Expand Down

0 comments on commit 0d0f457

Please sign in to comment.