@@ -135,6 +135,9 @@ export const StyledButton = styled.button<ButtonStyleProps>`
&:hover {
cursor: ${(props) => (!props.disabled && props.clickable ? 'pointer' : '')}
}
+ &:focus {
+ outline: 0
+ }
&::selected {
background: transparent;