We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c6a750 commit a2f5eb4Copy full SHA for a2f5eb4
web/themes/default.ts
@@ -1,8 +1,4 @@
1
-import type { LegacyThemeVariables, ThemeVariables } from "~/themes/types";
2
-
3
4
5
+import type { LegacyThemeVariables, ThemeVariables } from '~/themes/types';
6
7
/**
8
* Defines legacy colors that are kept for backwards compatibility
@@ -105,4 +101,4 @@ export const defaultColors: Record<string, ThemeVariables> = {
105
101
'--header-text-secondary': '#606e7f',
106
102
'--header-background-color': '#f2f2f2',
107
103
},
108
-} as const satisfies Record<string, ThemeVariables>;
104
+} as const satisfies Record<string, ThemeVariables>;
0 commit comments