You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## What are you changing?
- Refactor `Tabs` so it receives an optional `theme` object which is
used to define relevant custom properties which drive the colour of the
component
- Remove CSS Overrides as we enable consumers to override every single
colour
- Add stories to demonstrate usage
- Refactors `Tabs` with some destructuring, but this can be kept to a
different PR 0a75669
## Why?
- This enables us to use Callouts with dark mode in dotcom-rendering:
guardian/dotcom-rendering#9277
- Proposal for an answer to:
guardian/dotcom-rendering#9333
We need to introduce a pattern for handling themes for Source kitchen components:
ExpandingWrapper
theming with pure CSS csnx#963Tabs
theming with pure CSS csnx#964The text was updated successfully, but these errors were encountered: