Skip to content

Commit

Permalink
docs: Remove redundant spaces in sample code
Browse files Browse the repository at this point in the history
(cherry picked from commit ae9d63e)
  • Loading branch information
AndrewKeepCoding authored and mergify[bot] committed Jun 20, 2024
1 parent 5e5faa6 commit b2e7c4a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions doc/material-migration.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ Before:

```xml
<Page xmlns:um="using:Uno.Material">

<StackPanel>
<Button Content="OUTLINED"
Style="{StaticResource MaterialOutlinedButtonStyle}">
Expand All @@ -77,7 +76,6 @@ After:

```xml
<Page xmlns:ut="using:Uno.Themes">

<StackPanel>
<Button Content="OUTLINED"
Style="{StaticResource MaterialOutlinedButtonStyle}">
Expand Down

0 comments on commit b2e7c4a

Please sign in to comment.