Hi, I don't believe that the file themes.json file would have the ability to allow me to make the buttons more rounded.
I was wondering if anybody knew how to make buttons more rounded on the edges, for example, like this:
Hi, I don't believe that the file themes.json file would have the ability to allow me to make the buttons more rounded.
I was wondering if anybody knew how to make buttons more rounded on the edges, for example, like this:
I added it under "picturebutton" but it doesn't appear to do anything.
"picturebutton":
{
"drawing":true,
"border-radius": "10px",
"normal-state":
{
"border-color":"#999999",
"background-color":"#eb4034",
"text-font":{"color":"#000000"}
},
"hover-state":
{
"border-color":"#0078D7",
"background-color":"#E5F1FB",
"text-font":{"color":"#000000"}
},
"pressed-state":
{
"border-color":"#0060AC",
"background-color":"#CCE4F7",
"text-font":{"color":"#000000"}
},
"focused-state":
{
"border-color":"#0078D7",
"background-color":"#CCCCCC",
"text-font":{"color":"#000000"}
},
"disabled-state":
{
"border-color":"#CCCCCC",
"background-color":"#CCCCCC",
"text-font":{"color":"#999999"}
}
},