Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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