carbon-design-system / ibm-products

A Carbon-powered React component library for IBM Products
https://ibm-products.carbondesignsystem.com
Apache License 2.0
98 stars 138 forks source link

Apply inline theming in web terminal #2760

Open elycheea opened 1 year ago

elycheea commented 1 year ago

From the web terminal migration design review —

Design specs

Currently, we use inline theming via CSS plus hardcoded color tokens (background-color: $gray-100). We should now be able to apply a theme to the web terminal so that it remains consistent regardless of the theme changing.

<Theme theme="g100">
  <ChildComponent/>
</Theme>

Lower priority — to be addressed after official v2 release.

stale[bot] commented 1 year ago

Is this still relevant? If so, what is blocking it? Is there anything you can do to help move it forward?

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.

elycheea commented 1 year ago

Still relevant, but low priority.