(Dashboard? Not really sure, but....)
This button works, but I want to change the colours.
[{"id":"271d3520.9bb862","type":"ui_template","z":"e0bd2889.28018","group":"42382e93.83c508","name":"","order":6,"width":"2","height":"1","format":"\n<md-button class=\"vibrate filled touched smallfont rounded\" style=\"background-color:#e67e22\" ng-click=\"send({payload: 'Hello World'})\"> \n Red<br/>button\n</md-button> \n\n","storeOutMessages":true,"fwdInMessages":true,"templateScope":"local","x":220,"y":220,"wires":[[]]},{"id":"42382e93.83c508","type":"ui_group","z":"","name":"Default","tab":"d109c4c9.944c98","disp":true,"width":"6"},{"id":"d109c4c9.944c98","type":"ui_tab","z":"","name":"Button examples","icon":"dashboard","order":8}]
I get that I can change the background colour by editing this part:
style="background-color:#e67e22"
But how do I edit the text colour?
