File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
import { forDarkThemes } from "../externalImages" ;
2
+ import branding from "./branding" ;
2
3
import experimental from "./experimental" ;
3
4
import monaco from "./monaco" ;
4
5
import muiTheme from "./mui" ;
5
6
import roles from "./roles" ;
6
- import branding from "./branding" ;
7
7
8
8
export default {
9
9
...muiTheme ,
Original file line number Diff line number Diff line change 1
1
import { forDarkThemes } from "../externalImages" ;
2
+ import branding from "./branding" ;
2
3
import experimental from "./experimental" ;
3
4
import monaco from "./monaco" ;
4
5
import muiTheme from "./mui" ;
5
6
import roles from "./roles" ;
6
- import branding from "./branding" ;
7
7
8
8
export default {
9
9
...muiTheme ,
Original file line number Diff line number Diff line change 1
1
// biome-ignore lint/nursery/noRestrictedImports: We still use `Theme` as a basis for our actual theme, for now.
2
2
import type { Theme as MuiTheme } from "@mui/material/styles" ;
3
3
import type * as monaco from "monaco-editor" ;
4
+ import type { Branding } from "./branding" ;
4
5
import dark from "./dark" ;
5
6
import darkBlue from "./darkBlue" ;
6
7
import type { NewTheme } from "./experimental" ;
7
8
import type { ExternalImageModeStyles } from "./externalImages" ;
8
9
import light from "./light" ;
9
10
import type { Roles } from "./roles" ;
10
- import type { Branding } from "./branding" ;
11
11
12
12
export interface Theme extends Omit < MuiTheme , "palette" > {
13
13
/** @deprecated prefer `theme.roles` when possible */
Original file line number Diff line number Diff line change 1
1
import { forLightThemes } from "../externalImages" ;
2
+ import branding from "./branding" ;
2
3
import experimental from "./experimental" ;
3
4
import monaco from "./monaco" ;
4
5
import muiTheme from "./mui" ;
5
6
import roles from "./roles" ;
6
- import branding from "./branding" ;
7
7
8
8
export default {
9
9
...muiTheme ,
You can’t perform that action at this time.
0 commit comments