Skip to content

Commit

Permalink
fix constants
Browse files Browse the repository at this point in the history
  • Loading branch information
dwelle committed Mar 18, 2024
1 parent 157b1ae commit ea91905
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions packages/excalidraw/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -154,9 +154,6 @@ export const COLOR_WHITE = "#ffffff";
export const COLOR_CHARCOAL_BLACK = "#1e1e1e";
export const COLOR_TRANSPARENT = "transparent";
// -----------------------------------------------

export const COLOR_WHITE = "#ffffff";
export const COLOR_CHARCOAL_BLACK = "#1e1e1e";
// keep this in sync with CSS
export const COLOR_VOICE_CALL = "#a2f1a6";

Expand Down

0 comments on commit ea91905

Please sign in to comment.