Questions:

Technical Refinement

Description

Today in Sanity’s Hero Component there’s a Reversed option that can be toggled on that enables a background color and changes the texts and buttons to a light color.

export const configTheme = {
  plk: {
    default: 'orange',
    purple: {},
    orange: {
      backgroundHero: theme.token('background-hero-orange'),
      isSplit: false,
      backgroundSplit: theme.token('background-default'),
    },
  },
  bk: {
    brown: {},
    red: {},
    green: {},
    orange: {},
    yellow: {},
  },
  fhs: {
    red: {},
    yellow: {},
  },
};

Screenshots

POC

Impact Analysis

Dependencies

Unit Test

Useful Links