Skip to content

Commit

Permalink
Update button.css
Browse files Browse the repository at this point in the history
  • Loading branch information
MichelKerkmeester committed Feb 2, 2025
1 parent 633262b commit 6b69dbf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions code/2__COMPONENTS/--BUTTON/button.css
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,7 @@ a.w-button {
----------------------*/
/* Enabled */
[data-btn-type='Warning-Full'] {
background-color: var(--warning--base);
background-color: var(--warning--dark);
color: var(--base--white);
border: 0px solid;
}
Expand Down Expand Up @@ -421,8 +421,8 @@ a.w-button {
/* Enabled */
[data-btn-type='Warning-Ghost'] {
background-color: var(--base--white);
color: var(--warning--base);
border: 2px solid var(--warning--base);
color: var(--warning--dark);
border: 2px solid var(--warning--dark);
}

/* Hover */
Expand Down

0 comments on commit 6b69dbf

Please sign in to comment.