Skip to content

Commit 79dfbd6

Browse files
authored
Merge pull request #2081 from dxc-technology/rarrojolopez/button-fix
Fix button's tertiary active background color
2 parents 27b95de + f262e89 commit 79dfbd6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/lib/src/button/Button.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -373,12 +373,12 @@ const getButtonStyles = (
373373
}
374374
return `${commonTertiaryStyles}
375375
${enabled}
376-
&:active {
377-
${active}
378-
}
379376
&:hover {
380377
${hover}
381378
}
379+
&:active {
380+
${active}
381+
}
382382
&:focus {
383383
${focus}
384384
}

0 commit comments

Comments
 (0)