diff --git a/components/Button.js b/components/Button.js index 6a81011..2fde149 100644 --- a/components/Button.js +++ b/components/Button.js @@ -52,7 +52,8 @@ const Button = ({ font-size: ${large ? '14px' : '12px'}; } - button:hover { + button:hover, + button:focus { background-color: ${hoverBackground} !important; color: ${hoverColor || color}; }