Skip to content

Commit 7ba258a

Browse files
committed
Small refactor
1 parent 8b12d16 commit 7ba258a

File tree

1 file changed

+1
-14
lines changed

1 file changed

+1
-14
lines changed

src/lib/constants.js

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -142,17 +142,4 @@ export const COLORS = {
142142
black: '#000000',
143143
};
144144

145-
export const DEFAULT_COLORS = [
146-
COLORS.charcoal,
147-
COLORS.white,
148-
COLORS.mutedBlue,
149-
COLORS.safetyOrange,
150-
COLORS.cookedAsparagusGreen,
151-
COLORS.brickRed,
152-
COLORS.mutedPurple,
153-
COLORS.chestnutBrown,
154-
COLORS.raspberryYogurtPink,
155-
COLORS.middleGray,
156-
COLORS.curryYellowGreen,
157-
COLORS.blueTeal,
158-
];
145+
export const DEFAULT_COLORS = Object.values(COLORS);

0 commit comments

Comments
 (0)