-
I see that the colour of |
Beta Was this translation helpful? Give feedback.
Answered by
claviska
Sep 20, 2021
Replies: 1 comment 1 reply
-
Try this: sl-button::part(base) {
color: tomato;
} You can learn more about the CSS |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
biltongza
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Try this:
You can learn more about the CSS
::part
selector on this page.