Skip to content

Commit 6308a78

Browse files
authored
chore: clean up light theme code (coder#11319)
1 parent c37c0e7 commit 6308a78

File tree

4 files changed

+46
-427
lines changed

4 files changed

+46
-427
lines changed

site/src/theme/light/colors.ts

Lines changed: 0 additions & 62 deletions
This file was deleted.

site/src/theme/light/index.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
1-
import colors from "./colors";
21
import experimental from "./experimental";
32
import monaco from "./monaco";
43
import muiTheme from "./mui";
54

65
export default {
76
...muiTheme,
8-
colors,
97
experimental,
108
monaco,
119
};

0 commit comments

Comments
 (0)