File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 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"
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 >
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" />
You can’t perform that action at this time.
0 commit comments