Currently, styling values in components ignore theme tokens. If a theme is applied, you should use the theme's token.
Yamada UI's style system provides fallback functions. If the value of the token in the first argument does not exist, it returns the second argument, the fallback value.
Which package has an issue?
@yamada-ui/react
Package Version
1.3.0
Description
Currently, styling values in components ignore theme tokens. If a theme is applied, you should use the theme's token.
Yamada UI's style system provides fallback functions. If the value of the token in the first argument does not exist, it returns the second argument, the fallback value.
Link to Reproduction
No response
Steps to Reproduce
Browser
None
Operating System
Do you know how to fix the issue?
Yes
Are you willing to participate in fixing this issue and create a pull request with the fix?
None
Additional Information
No response