Skip to content

Commit

Permalink
fix: blank switchs
Browse files Browse the repository at this point in the history
  • Loading branch information
zachdt committed Jan 28, 2021
1 parent 74e9025 commit 9044574
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ const GlobalStyle = createGlobalStyle`
}
svg:not(:root) {
overflow: visible;
}
button {
}
`
// eslint-disable-next-line @typescript-eslint/no-explicit-any
Expand Down

0 comments on commit 9044574

Please sign in to comment.