Skip to content

Commit

Permalink
💄 (grapher) slightly reduce area opacity
Browse files Browse the repository at this point in the history
  • Loading branch information
sophiamersmann committed Dec 19, 2023
1 parent 3654644 commit 2441c9a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export const GRAPHER_LIGHT_TEXT = "#858585"
export const GRAPHER_AXIS_LINE_WIDTH_DEFAULT = 1
export const GRAPHER_AXIS_LINE_WIDTH_THICK = 2

export const GRAPHER_AREA_OPACITY_DEFAULT = 0.85
export const GRAPHER_AREA_OPACITY_DEFAULT = 0.8

export enum CookieKey {
isAdmin = "isAdmin",
Expand Down

0 comments on commit 2441c9a

Please sign in to comment.