Skip to content

Commit a2f5eb4

Browse files
committed
chore: formatting
1 parent 2c6a750 commit a2f5eb4

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

web/themes/default.ts

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
1-
import type { LegacyThemeVariables, ThemeVariables } from "~/themes/types";
2-
3-
4-
5-
1+
import type { LegacyThemeVariables, ThemeVariables } from '~/themes/types';
62

73
/**
84
* Defines legacy colors that are kept for backwards compatibility
@@ -105,4 +101,4 @@ export const defaultColors: Record<string, ThemeVariables> = {
105101
'--header-text-secondary': '#606e7f',
106102
'--header-background-color': '#f2f2f2',
107103
},
108-
} as const satisfies Record<string, ThemeVariables>;
104+
} as const satisfies Record<string, ThemeVariables>;

0 commit comments

Comments
 (0)