Hi Everyone,
There’s a new behavior that I’m seeing in v3.7. When I use the -Orientation vertical
switch in New-UDTabs
the background of the tab doesn’t change when toggling between light & dark mode. If I remove the -Orientation vertical
switch, the tab background behaves as expected.
Here’s a sample of the New-UDTabs
code block:
New-UDTabs -Tabs {
New-UDTab -Text 'Summary' -Content {
New-UDTypography -Text "hi there"
New-UDHtml -Markup "<b>something is here</b><hr />"
New-UDTextbox -FullWidth -Label "tb1" -Value "one stinky dinky ah ah ah"
New-UDTextbox -FullWidth -Label "tb2" -Value "two stinky dinky ah ah ah"
}
} -Orientation vertical
Here’s the vertical tab in light mode:
Here’s the vertical tab in dark mode:
Here’s the tab without the -Orientation vertical
switch in both modes (background changes):
Am I doing something wrong or did I stumble across a bug? Thanks so much!
Product: PowerShell Universal
Version: 3.7.3