Set background in styles #1097
Closed
teamclouday
started this conversation in
General
Replies: 1 comment
-
I realized the style can be set in tooltip: styles={{
options: {
zIndex: 100,
textColor: "#4a4a4a",
},
tooltip: {
background: "linear-gradient(to bottom, #d4fc79 0%, #96e6a1 100%)",
},
}} |
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 I'm trying to set the
background
to a linear gradient and it seems that setting it inbackgroundColor
doesn't work:Maybe I should use
background
but it's not available from the options. Will it be supported in the future?Beta Was this translation helpful? Give feedback.
All reactions