Skip to content

Commit

Permalink
switched all bitmapicon to fonticon
Browse files Browse the repository at this point in the history
  • Loading branch information
rocksdanister committed May 7, 2023
1 parent 959b02b commit 8db5ea0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file modified src/Lively/Lively.UI.WinUI/Assets/CustomIcons.ttf
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@
ui:Effects.Shadow="{StaticResource CommonShadow}"
Command="{Binding AuthGoogleCommand}">
<StackPanel Orientation="Horizontal">
<BitmapIcon Foreground="{ThemeResource SystemControlBackgroundBaseHighBrush}" UriSource="ms-appx:///Assets/icons8-google-96.png" />
<FontIcon FontFamily="{StaticResource CustomIconFonts}" Glyph="&#xE90C;" />
<TextBlock Margin="5,0,0,0" VerticalAlignment="Center">Google</TextBlock>
</StackPanel>
</Button>
Expand All @@ -135,7 +135,7 @@
Command="{Binding AuthGithubCommand}"
Visibility="Visible">
<StackPanel Orientation="Horizontal">
<BitmapIcon Foreground="{ThemeResource SystemControlBackgroundBaseHighBrush}" UriSource="ms-appx:///Assets/icons8-github-96.png" />
<FontIcon FontFamily="{StaticResource CustomIconFonts}" Glyph="&#xE907;" />
<TextBlock Margin="5,0,0,0" VerticalAlignment="Center">Github</TextBlock>
</StackPanel>
</Button>
Expand Down

0 comments on commit 8db5ea0

Please sign in to comment.