We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bdbf6c commit 34d9a6bCopy full SHA for 34d9a6b
components/src/atoms/buttons/PrimaryButton.tsx
@@ -18,7 +18,7 @@ export const PrimaryButton = styled(Btn)`
18
19
${styleProps}
20
21
- &:hover{
+ &:hover {
22
background-color: ${COLORS.blue55};
23
box-shadow: none;
24
}
0 commit comments