Toggle + Checkbox styling (#2617)

* restyle toggle + add animation + change check to blue

* use mainforegroundcolor for toggle label
This commit is contained in:
MyDrift
2024-08-29 02:58:05 +02:00
committed by GitHub
parent ece57f8ee2
commit 90ddfb02a4
2 changed files with 33 additions and 5 deletions

View File

@ -186,6 +186,7 @@ function Invoke-WPFUIElements {
$label.ToolTip = $entryInfo.Description
$label.HorizontalAlignment = "Left"
$label.FontSize = $theme.FontSize
$label.Foreground = $theme.MainForegroundColor
$dockPanel.Children.Add($label) | Out-Null
$stackPanel.Children.Add($dockPanel) | Out-Null