-
Beta Was this translation helpful? Give feedback.
Answered by
elibroftw
Feb 27, 2025
Replies: 1 comment
-
I'm going to go with const colorResolved = theme.variantColorResolver({color: theme.primaryColor, theme, variant: 'subtle'}).color; But I really wish this was simpler? Like we should only supply variant and color. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
elibroftw
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm going to go with
But I really wish this was simpler? Like we should only supply variant and color.