Skip to content

Instantly share code, notes, and snippets.

@Char0394
Created July 13, 2024 01:26
Show Gist options
  • Save Char0394/d91fc14a9e186c5abf8c1845fd9343fe to your computer and use it in GitHub Desktop.
Save Char0394/d91fc14a9e186c5abf8c1845fd9343fe to your computer and use it in GitHub Desktop.
<ResourceDictionary xmlns="http://schemas.microsoft.com/dotnet/2021/maui"
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml">
<Style TargetType="Label" Class="Small">
<Setter Property="FontSize" Value="14" />
</Style>
<Style TargetType="Label" Class="Medium">
<Setter Property="FontSize" Value="16" />
</Style>
</ResourceDictionary>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment