Components Theming - Additional tokens #217
-
Looks like only few of the design tokens are exposed for theming (https://cloudscape.design/foundation/visual-foundation/design-tokens/#tokens), i would like to understand if we can configure all the below variables. For now i would like to update the border radius value set on buttons and alert components on my themed version. please help. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Initially we bound theming to adopt the branding of the Design System. We exposed groups of tokens for theming instead of individual tokens for consistency. We have this #221 PR about making the border-radius design tokens public and themeable. I recommend observing the PR to get notified when it gets merged. |
Beta Was this translation helpful? Give feedback.
-
@jagadeeshaby We have just released public and themeable design tokens for border radius. In our documentation website you can find:
|
Beta Was this translation helpful? Give feedback.
Initially we bound theming to adopt the branding of the Design System. We exposed groups of tokens for theming instead of individual tokens for consistency.
Since then we are exposing more tokens based on customer demand and their use case. Exposing a new design token for theming is basically a change in our API. Before we do so, we want to learn based on the customers' use cases and act accordingly.
We have this #221 PR about making the border-radius design tokens public and themeable. I recommend observing the PR to get notified when it gets merged.