Skip to content

refactor: start using emotion for styling #9909

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 17 commits into from
Sep 29, 2023
Prev Previous commit
Next Next commit
fancy Theme shenanigans
  • Loading branch information
aslilac committed Sep 29, 2023
commit d34e687abdd3b02bbd9f34558923ae33875faa5f
5 changes: 5 additions & 0 deletions site/src/@types/emotion.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
import type { Theme as MuiTheme } from "@mui/system";

declare module "@emotion/react" {
interface Theme extends MuiTheme {}
}