Gradient shades #1816
Unanswered
bartoszkrawczyk2
asked this question in
Q&A
Gradient shades
#1816
Replies: 1 comment
-
You can use hex colors in const theme = useMantineTheme();
<Button variant="gradient" gradient={{ from: theme.colors.blue[5], to: theme.colors.blue[9] }} /> |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, is it possible to use shades of the same color when using button's gradient variant?
Something like this:
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions