Skip to content

Commit

Permalink
docs: fixing typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Kunal22shah committed May 22, 2024
1 parent c79935f commit f885565
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/using-uno-resizetizer.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ For basic adjustments, such as changing the icon's foreground color or applying

```xml
<PropertyGroup>
<UnoIconForegroundFile>Assets\Icons\appconfig.svg</UnoIconForegroundFile>
<UnoIconForegroundFile>Assets\Icons\customicon.svg</UnoIconForegroundFile>
<UnoIconColor>#FF0000</UnoIconColor>
</PropertyGroup>
```
Expand All @@ -128,7 +128,7 @@ This setup ensures that the icon settings are centralized, simplifying the maint
```xml
<ItemGroup>
<UnoIcon Include="$(MSBuildThisFileDirectory)Icons\iconapp.svg"
ForegroundFile="$(MSBuildThisFileDirectory)Icons\customicon.svg"
ForegroundFile="$(MSBuildThisFileDirectory)Icons\appconfig.svg"
Color="#FF0000"/>
</ItemGroup>
```
Expand Down

0 comments on commit f885565

Please sign in to comment.