Skip to content

Commit

Permalink
Merge pull request #2081 from dxc-technology/rarrojolopez/button-fix
Browse files Browse the repository at this point in the history
Fix button's tertiary active background color
  • Loading branch information
Jialecl authored Aug 20, 2024
2 parents 27b95de + f262e89 commit 79dfbd6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/lib/src/button/Button.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -373,12 +373,12 @@ const getButtonStyles = (
}
return `${commonTertiaryStyles}
${enabled}
&:active {
${active}
}
&:hover {
${hover}
}
&:active {
${active}
}
&:focus {
${focus}
}
Expand Down

0 comments on commit 79dfbd6

Please sign in to comment.