Skip to content

Commit

Permalink
refactor: add css classes to allow overriding styles
Browse files Browse the repository at this point in the history
  • Loading branch information
arjunvegda committed Feb 12, 2023
1 parent b1c3e29 commit a44e130
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/DevTools/Extension/Extension.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ const ShellTriggerButton = React.forwardRef<HTMLButtonElement>((_, ref) => {
sx={shellTriggerButtonStyles}
ref={ref}
title="Open Jotai Devtools"
className="jotai-devtools-trigger-button"
>
<img src={logo} alt="Jotai Mascot" />
</ActionIcon>
Expand Down

0 comments on commit a44e130

Please sign in to comment.