Skip to content

Commit 6030c60

Browse files
committed
Prettier formatting
1 parent a42a398 commit 6030c60

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

packages/colors/src/palette.ts

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -242,21 +242,21 @@ const paletteDark = {
242242

243243
// Type exports
244244
export interface Color {
245-
100: string;
246-
200: string;
247-
300: string;
248-
400: string;
249-
500: string;
250-
600: string;
251-
700: string;
252-
800: string;
253-
900: string;
254-
1000: string;
245+
100: string;
246+
200: string;
247+
300: string;
248+
400: string;
249+
500: string;
250+
600: string;
251+
700: string;
252+
800: string;
253+
900: string;
254+
1000: string;
255255
}
256256

257257
export type PaletteColor = keyof Color;
258258
export type PaletteColorFamily = keyof typeof paletteBase;
259-
export type PaletteColorValue = typeof paletteBase[PaletteColorFamily][PaletteColor];
259+
export type PaletteColorValue = (typeof paletteBase)[PaletteColorFamily][PaletteColor];
260260
/**
261261
* Main Palette export.
262262
* Provides base, light, and dark variants.

0 commit comments

Comments
 (0)