Skip to content

Commit e2f6383

Browse files
committed
remove focus and active effect on the button
1 parent 0c8ec97 commit e2f6383

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/components/TranslationLeaderboard.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ const Button = (props) => {
4646
color: "primary",
4747
borderColor: "primary",
4848
}}
49+
_focus={{}}
50+
_active={{}}
4951
{...props}
5052
/>
5153
)

0 commit comments

Comments
 (0)