Hi,
I’m trying to not have the modal footer be white on my Dark Rounded dashboard, and I’m not seeing and option or obvious workaround. (it wont conain anythong other than a close button, so if there’s a different way of handling that, that could work too).
Show-UDModal -Header {New-UDHeading -Content {"New Work Order"}} -Persistent -Content {
New-UDCard -Title "Form here"
} -footer {
New-UDButton -Icon close -OnClick {Hide-UDModal}
}