Skip to content

Conversation

@jzempel
Copy link
Member

@jzempel jzempel commented Mar 13, 2024

Description

Sets a new PALETTE baseline for Garden component redesign. Currently all component colors are washed out. But work will continue on the next-color branch to re-apply color throughout with a new getColor function.

Detail

  • Theme colors.foreground updated with new value (although colors.foreground and colors.background will most likely be replaced by upcoming theme variables)
  • Affected tests were updated to pass

@jzempel jzempel requested a review from a team as a code owner March 13, 2024 15:07

it('renders dark hue styling', () => {
/* eslint-disable-next-line jest/no-disabled-tests */
it.skip('renders dark hue styling', () => {
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These .skip tests will need to be restored in some form when custom hue styling is addressed in Chrome.

@coveralls
Copy link

coveralls commented Mar 13, 2024

Coverage Status

coverage: 95.987% (-0.03%) from 96.016%
when pulling d2117ce on jzempel/palette
into c060cd2 on next-color.

Comment on lines +68 to +69
colors.background = getColorV8('neutralHue', 1100, DEFAULT_THEME);
colors.foreground = getColorV8('neutralHue', 300, DEFAULT_THEME);
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

these are based on dark mode defaults in Figma

@jzempel jzempel merged commit 5226c8b into next-color Mar 13, 2024
@jzempel jzempel deleted the jzempel/palette branch March 13, 2024 17:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Development

Successfully merging this pull request may close these issues.

5 participants