Skip to content

Commit

Permalink
fix: fixing Tertiary and Primary buttons styles in focus state (#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
PKulkoRaccoonGang committed May 5, 2023
1 parent 8a578b8 commit d4e4fa4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions paragon/_overrides.scss
Expand Up @@ -94,7 +94,7 @@

.btn-tertiary:not(:disabled):not(.disabled) {
&:focus, &.focus {
background: $white;
background: $btn-tertiary-bg;
}
}

Expand Down Expand Up @@ -211,7 +211,7 @@

&:focus, &.focus {
background: $white;
color: $primary-300;
color: $primary-500;

&:before {
border-color: $white;
Expand Down

0 comments on commit d4e4fa4

Please sign in to comment.