Skip to content

Instantly share code, notes, and snippets.

@Char0394
Created July 13, 2024 01:14
Show Gist options
  • Save Char0394/cad1d883ffd09d62906468da02a52efd to your computer and use it in GitHub Desktop.
Save Char0394/cad1d883ffd09d62906468da02a52efd 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" x:Key="SmallLabel">
<Setter Property="FontSize" Value="14" />
</Style>
<Style TargetType="Label" x:Key="MediumLabel">
<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