Skip to content

feat: add light theme #11266

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 21 commits into from
Dec 20, 2023
Prev Previous commit
Next Next commit
  • Loading branch information
aslilac committed Dec 18, 2023
commit d407ccf3ad8c12a355d01452c91c149a76d0ee9a
1 change: 0 additions & 1 deletion site/src/@types/mui.d.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import type { PaletteColor, PaletteColorOptions } from "@mui/material/styles";
import type { NewTheme } from "theme/experimental";

declare module "@mui/material/styles" {
interface Palette {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { NavbarView } from "./NavbarView";

const meta: Meta<typeof NavbarView> = {
title: "components/NavbarView",
parameters: { chromatic: chromaticWithTablet },
parameters: { chromatic: chromaticWithTablet, layout: "fullscreen" },
component: NavbarView,
args: {
user: MockUser,
Expand Down