Hi,
I want to ask you for “Button”. I read in the API and I found property “type” but it doesn’t look to change the style.
My requerments is to create blue (“#55719e”) rounded button. Is this possible with the properties?
I try with “background-color” but now I cannot change the text color. How can I do this?
My code is like this:
<smart-button style="width: 55px; height: 55px; border-radius: 50%; background-color: #55719e; color: white;" id="update">Update</smart-button>
Thanks,
–Aleksandar Laskin