Skip to content

Commit

Permalink
upgrate successText to textSuccess
Browse files Browse the repository at this point in the history
  • Loading branch information
agusruidiazgd committed Jan 7, 2025
1 parent e4dc35c commit 6b42a57
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export const useCardPanelStyles = () => {
}
.onboardingCardHeaderCompleteBadge {
background-color: ${successBackgroundColor};
color: ${euiTheme.colors.successText};
color: ${euiTheme.colors.textSuccess};
}
.onboardingCardContentWrapper {
display: grid;
Expand Down

0 comments on commit 6b42a57

Please sign in to comment.