Skip to content

Commit

Permalink
docs: Remove redundant spaces in sample code
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewKeepCoding committed Jun 20, 2024
1 parent 841bfc7 commit ae9d63e
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 ae9d63e

Please sign in to comment.