Skip to content

Commit

Permalink
Merge pull request #2734 from IDEMSInternational/styleupdate
Browse files Browse the repository at this point in the history
updated round button overrides for MX theme
  • Loading branch information
jfmcquade authored Jan 20, 2025
2 parents f38f936 + 3e63abc commit 83aaaa0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/theme/themes/plh_facilitator_mx/_overrides.scss
Original file line number Diff line number Diff line change
Expand Up @@ -976,8 +976,8 @@ body[data-theme="plh_facilitator_mx"] {
&[data-variant~="yellow"] {
background: var(--color-accent-yellow-70);
}
&[data-variant~="dark-orange"] {
background: var(--color-accent-orange-40);
&[data-variant~="dark_orange"] {
background: var(--color-accent-orange-40) !important;
}
&[data-variant~="information"] {
background: var(--color-secondary-blue-40);
Expand Down

0 comments on commit 83aaaa0

Please sign in to comment.