cloudscape-design / components

React components for Cloudscape Design System
https://cloudscape.design/
Apache License 2.0
2.3k stars 140 forks source link

[Feature Request]: Hope to support Menu tabs theme customization ability #2422

Open n1203 opened 4 days ago

n1203 commented 4 days ago

Description

just like

const theme: Theme = {
  tokens: {
      colorTextTabsActive: ?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
      colorTextSideNavigationHover: ?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
  }
}

Code of Conduct

n1203 commented 4 days ago

The collapse header need customize

image
n1203 commented 4 days ago

When you try to modify the hover time top-navigation component's text style, it is overwritten

colorTextInteractiveActive

image