Skip to content

Commit

Permalink
Update PathIcons.xaml
Browse files Browse the repository at this point in the history
  • Loading branch information
yaira2 committed Jun 27, 2023
1 parent 90eb0be commit 09af69e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Files.App/ResourceDictionaries/PathIcons.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -1944,7 +1944,8 @@
<Path
x:Name="Path1"
Data="M8 2C4.68629 2 2 4.68629 2 8C2 11.3137 4.68629 14 8 14C11.3137 14 14 11.3137 14 8C14 4.68629 11.3137 2 8 2Z"
Fill="{ThemeResource IconAltBrush}" />
Fill="{ThemeResource TextOnAccentFillColorPrimaryBrush}"
Opacity=".50" />
<Path
x:Name="Path2"
Data="M8 2C4.68629 2 2 4.68629 2 8C2 11.3137 4.68629 14 8 14C11.3137 14 14 11.3137 14 8C14 4.68629 11.3137 2 8 2ZM1 8C1 4.13401 4.13401 1 8 1C11.866 1 15 4.13401 15 8C15 11.866 11.866 15 8 15C4.13401 15 1 11.866 1 8Z"
Expand Down

0 comments on commit 09af69e

Please sign in to comment.