Replies: 1 comment
-
You can style the tooltip's body: sl-copy-button::part(tooltip__body) {
color: tomato;
} But it looks like we're missing a state to indicate when the copy was successful. You'd probably have to hook into the |
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
-
sl-copy-button > sl-tooltip.copy-button--success
isn't exported and there doesn't seem to a way to adjust text color ofsl-copy-button::part(tooltip__body)
when it's in success state. Or is there?Beta Was this translation helpful? Give feedback.
All reactions