diff --git a/packages/lib/src/button/Button.tsx b/packages/lib/src/button/Button.tsx index 664521f50..95829d765 100644 --- a/packages/lib/src/button/Button.tsx +++ b/packages/lib/src/button/Button.tsx @@ -373,12 +373,12 @@ const getButtonStyles = ( } return `${commonTertiaryStyles} ${enabled} - &:active { - ${active} - } &:hover { ${hover} } + &:active { + ${active} + } &:focus { ${focus} }