Hey @adam
What’s the process for styling one single group button on a page? We just want to turn the thing red, but seems that either it doesn’t accept -SX very well, or the only way we can achieve this is to “hack” the CSS and use the randomised class which does work, but those randomised classes change when restarting or upgrading. Would it be possible to have an easy way of adding -Colour “red” to a grouped button without having to manipulate CSS?
Kinda like what we can do with normal buttons:
New-UDButton -Text "Emergency Disable" -Style @{
backgroundColor = 'red'
color = 'white'
}
Let me know if that makes sense…!
Product: PowerShell Universal
Version: 4.3.4