Skip to content

Commit 34d9a6b

Browse files
committed
remove focus
1 parent 5bdbf6c commit 34d9a6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/src/atoms/buttons/PrimaryButton.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ export const PrimaryButton = styled(Btn)`
1818
1919
${styleProps}
2020
21-
&:hover{
21+
&:hover {
2222
background-color: ${COLORS.blue55};
2323
box-shadow: none;
2424
}

0 commit comments

Comments
 (0)