ux: new style for SplitButton

Signed-off-by: leo <longshuang@msn.cn>
This commit is contained in:
leo
2026-01-27 17:30:02 +08:00
parent 008e4c07bd
commit 52da0168fd
2 changed files with 2 additions and 2 deletions

View File

@@ -174,7 +174,7 @@
<Setter Property="Background" Value="Transparent"/>
</Style>
<Style Selector="^:disabled TextBlock">
<Style Selector="^:disabled AccessText">
<Setter Property="Foreground" Value="{DynamicResource Brush.FG2}"/>
</Style>

View File

@@ -342,7 +342,7 @@
<Setter Property="Background" Value="Transparent"/>
</Style>
<Style Selector="^:disabled TextBlock">
<Style Selector="^:disabled AccessText">
<Setter Property="Foreground" Value="{DynamicResource Brush.FG2}"/>
</Style>