09-17-2021 19:01
09-17-2021 19:01
I want to create a gradient color button in the watch app, but it is not working.
<use id="button-1" href="#text-button"
class="text-button bottom"
gradient-type="linear"
gradient-x1="50%" gradient-y1="0"
gradient-x2="100%" gradient-y2="50%"
gradient-color1="magenta"
gradient-color2="green" >
</use>