Skip to content

Commit 984f012

Browse files
committed
Styling fixes to the LABS tag
1 parent 58649b8 commit 984f012

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

CommunityToolkit.App.Shared/Styles/Buttons.xaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
1+
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
22
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
33
xmlns:animatedvisuals="using:Microsoft.UI.Xaml.Controls.AnimatedVisuals"
44
xmlns:controls="using:Microsoft.UI.Xaml.Controls"
@@ -428,7 +428,7 @@
428428
TargetType="muxc:NavigationViewItem">
429429
<Setter Property="FontFamily" Value="XamlAutoFontFamily" />
430430
<Setter Property="FontSize" Value="12" />
431-
<Setter Property="Padding" Value="30,0,0,0" />
431+
<Setter Property="Padding" Value="120,0,0,0" />
432432
<!--<Setter Property="FontWeight" Value="SemiBold" />-->
433433
<Setter Property="Foreground" Value="{ThemeResource TextFillColorSecondaryBrush}" />
434434
</Style>
@@ -447,12 +447,12 @@
447447
</Style>
448448

449449
<DataTemplate x:Key="LabsLabelIconTemplate">
450-
<Grid Padding="4,0,4,0"
450+
<Grid Padding="4,0,4,1"
451451
Background="#FFC225"
452452
CornerRadius="4">
453453
<TextBlock HorizontalAlignment="Center"
454454
VerticalAlignment="Center"
455-
FontSize="12"
455+
FontSize="11"
456456
FontWeight="SemiBold"
457457
Foreground="Black"
458458
Text="LABS" />

0 commit comments

Comments
 (0)