Open
Description
What problem does this address?
Some components currently lack theme support, limiting their adaptability to different design systems. This issue serves as a general tracker to identify those components and systematically incorporate theming support.
What is your proposed solution?
Ensure proper theme support for UI components to enhance their adaptability and maintain a consistent, visually appealing appearance across different themes.
Steps to get started
- Run the storybook locally (
npm run storybook:dev
) or navigate to the storybook documentation here. - Test the components against the built-in themes.
- Implement theming support for the components that lack theming support.
Submitted PRs
-
FormTokenField
andComboboxControl
: UI Components: Add theme support forFormTokenField
andComboboxControl
#69638 -
TextControl
andTextareaControl
: Components: Fix Styling forTextControl
andTextAreaControl
in dark themes #69640 -
Toolbar
:UI Components: Add theme support for Toolbar #69657Toolbar: Adjust colors for dark mode support #69278 -
ToolsPanel
: Tools Panel: Add theme support #69815