Skip to content

Commit

Permalink
Merge pull request #393 from raisingthefloor/christopher/darkmode2
Browse files Browse the repository at this point in the history
Update foreground color of no-image button
  • Loading branch information
christopher-rtf authored Aug 18, 2024
2 parents 89ade19 + 6c0b5d9 commit 4747b9f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Morphic.Client/Bar/UI/BarControls/ButtonBarControl.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
MaxLines="{Binding Bar.Sizes.ButtonTextLines}"
FontWeight="{Binding Bar.Sizes.ButtonFontWeight}"
FontSize="{Binding Bar.Sizes.ButtonFontSize}"
Foreground="{DynamicResource ThemeAwareForeground}"
Foreground="White"
HorizontalAlignment="Center"
VerticalAlignment="Center"
Padding="10 0 10 0"
Expand Down
2 changes: 1 addition & 1 deletion Morphic.Client/Bar/UI/ExpanderWindow.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
ShowActivated="False"
d:DataContext="{d:DesignInstance ui:ExpanderWindow}"
>
<Expander x:Name="Expander" ExpandDirection="Right" Expanded="Expander_OnExpanded" Collapsed="Expander_OnExpanded" >
<Expander x:Name="Expander" ExpandDirection="Right" Expanded="Expander_OnExpanded" Collapsed="Expander_OnExpanded">
<Expander.LayoutTransform>
<ScaleTransform ScaleX="{Binding Scale}" ScaleY="{Binding Scale}"></ScaleTransform>
</Expander.LayoutTransform>
Expand Down

0 comments on commit 4747b9f

Please sign in to comment.