Themes
$Theme = @{
palette = @{
primary = @{
main = '#111111'
}
}
}
New-UDDashboard -Theme $Theme -Title 'Hello' -Content {
New-UDButton -Text "Test " -OnClick {
Show-UDToast -Message 'HEllo'
}
}Setting the default theme
Changing the background color

Supporting dark and light palettes

Changing the font size

Changing default button colors

Component Overrides

Example Themes
Sand

Compliment

Pastel

Onepirate

Paperbase

Last updated
Was this helpful?