Closed dzucconi closed 10 months ago
Very naive color palette here, just inverting and rotating the hue. Will publish a canary and shake out all the hard-coded colors in Force, then refine the palette.
BREAKING CHANGES:
shadows
DROP_SHADOW
themeGet('effects.dropShadow')
Canary Versions
:rocket: PR was released in @artsy/palette-charts@37.0.0, @artsy/palette-tokens@6.0.0, @artsy/palette@38.0.0 :rocket:
@artsy/palette-charts@37.0.0
@artsy/palette-tokens@6.0.0
@artsy/palette@38.0.0
Very naive color palette here, just inverting and rotating the hue. Will publish a canary and shake out all the hard-coded colors in Force, then refine the palette.
BREAKING CHANGES:
shadows
constants file (DROP_SHADOW
, etc...). Going forward usethemeGet('effects.dropShadow')
, etc...📦 Published PR as canary version:
Canary Versions
:sparkles: Test out this PR locally via: ```bash npm install @artsy/palette-charts@37.0.0-canary.1357.30009.0 npm install @artsy/palette-tokens@6.0.0-canary.1357.30009.0 npm install @artsy/palette@38.0.0-canary.1357.30009.0 # or yarn add @artsy/palette-charts@37.0.0-canary.1357.30009.0 yarn add @artsy/palette-tokens@6.0.0-canary.1357.30009.0 yarn add @artsy/palette@38.0.0-canary.1357.30009.0 ```