Skip to content

Commit

Permalink
Merge pull request #528 from unoplatform/dev/youssef/capitalize
Browse files Browse the repository at this point in the history
fix: Capitalize 'T' in "Dark Theme"
  • Loading branch information
jeromelaban authored Jul 29, 2024
2 parents c77c948 + f56dc0b commit e3051c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Uno.Playground.Shared/Samples/Playground.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@
IsChecked="False"
Unchecked="DarkThemeChanged"
Checked="DarkThemeChanged">
<TextBlock Text="Dark theme"
<TextBlock Text="Dark Theme"
Foreground="{StaticResource Color01Brush}"
VerticalAlignment="Center"
Margin="0,4,0,0"
Expand Down

0 comments on commit e3051c6

Please sign in to comment.