Skip to content

Commit d407ccf

Browse files
committed
1 parent 405d0f3 commit d407ccf

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

site/src/@types/mui.d.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import type { PaletteColor, PaletteColorOptions } from "@mui/material/styles";
2-
import type { NewTheme } from "theme/experimental";
32

43
declare module "@mui/material/styles" {
54
interface Palette {

site/src/components/Dashboard/Navbar/NavbarView.stories.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { NavbarView } from "./NavbarView";
55

66
const meta: Meta<typeof NavbarView> = {
77
title: "components/NavbarView",
8-
parameters: { chromatic: chromaticWithTablet },
8+
parameters: { chromatic: chromaticWithTablet, layout: "fullscreen" },
99
component: NavbarView,
1010
args: {
1111
user: MockUser,

0 commit comments

Comments
 (0)