Skip to content

Commit 6c0b5d9

Browse files
Update foreground color of no-image button
1 parent 02e1828 commit 6c0b5d9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Morphic.Client/Bar/UI/BarControls/ButtonBarControl.xaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
MaxLines="{Binding Bar.Sizes.ButtonTextLines}"
9090
FontWeight="{Binding Bar.Sizes.ButtonFontWeight}"
9191
FontSize="{Binding Bar.Sizes.ButtonFontSize}"
92-
Foreground="{DynamicResource ThemeAwareForeground}"
92+
Foreground="White"
9393
HorizontalAlignment="Center"
9494
VerticalAlignment="Center"
9595
Padding="10 0 10 0"

Morphic.Client/Bar/UI/ExpanderWindow.xaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
ShowActivated="False"
1313
d:DataContext="{d:DesignInstance ui:ExpanderWindow}"
1414
>
15-
<Expander x:Name="Expander" ExpandDirection="Right" Expanded="Expander_OnExpanded" Collapsed="Expander_OnExpanded" >
15+
<Expander x:Name="Expander" ExpandDirection="Right" Expanded="Expander_OnExpanded" Collapsed="Expander_OnExpanded">
1616
<Expander.LayoutTransform>
1717
<ScaleTransform ScaleX="{Binding Scale}" ScaleY="{Binding Scale}"></ScaleTransform>
1818
</Expander.LayoutTransform>

0 commit comments

Comments
 (0)