Skip to content

Commit

Permalink
chore: pr comments
Browse files Browse the repository at this point in the history
  • Loading branch information
kazo0 committed Apr 2, 2024
1 parent b813fe4 commit 92a25fe
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
10 changes: 5 additions & 5 deletions src/library/Uno.Material/Styles/Controls/v2/CalendarView.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,21 +53,21 @@
<Setter Property="BorderBrush"
Value="{ThemeResource SurfaceBrush}" />
<Setter Property="DayItemFontFamily"
Value="{ThemeResource MaterialRegularFontFamily}" />
Value="{ThemeResource BodyLargeFontFamily}" />
<Setter Property="DayItemFontSize"
Value="14" />
<Setter Property="FirstOfMonthLabelFontFamily"
Value="{ThemeResource MaterialRegularFontFamily}" />
Value="{ThemeResource BodyLargeFontFamily}" />
<Setter Property="FirstOfMonthLabelFontSize"
Value="0" />
<Setter Property="MonthYearItemFontFamily"
Value="{ThemeResource MaterialRegularFontFamily}" />
Value="{ThemeResource BodyLargeFontFamily}" />
<Setter Property="FontFamily"
Value="{ThemeResource MaterialRegularFontFamily}" />
Value="{ThemeResource BodyLargeFontFamily}" />
<Setter Property="MonthYearItemFontSize"
Value="14" />
<Setter Property="FirstOfYearDecadeLabelFontFamily"
Value="{ThemeResource MaterialRegularFontFamily}" />
Value="{ThemeResource BodyLargeFontFamily}" />
<not_win:Setter Property="CalendarItemBorderThickness"
Value="0" />
<not_win:Setter Property="BorderThickness"
Expand Down
4 changes: 2 additions & 2 deletions src/library/Uno.Material/Styles/Controls/v2/ComboBox.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@
<Setter Property="Foreground" Value="{ThemeResource ComboBoxItemForeground}" />

<!-- Start: Body Large Typo -->
<Setter Property="FontFamily" Value="{ThemeResource MaterialMediumFontFamily}" />
<Setter Property="FontFamily" Value="{ThemeResource BodyLargeFontFamily}" />
<Setter Property="FontWeight" Value="{ThemeResource BodyLargeFontWeight}" />
<Setter Property="FontSize" Value="{ThemeResource BodyLargeFontSize}" />
<Setter Property="CharacterSpacing" Value="{ThemeResource BodyLargeCharacterSpacing}" />
Expand Down Expand Up @@ -424,7 +424,7 @@
<Setter Property="Padding" Value="{ThemeResource ComboBoxPadding}" />

<!-- Start: Body Large Typo -->
<Setter Property="FontFamily" Value="{ThemeResource MaterialMediumFontFamily}" />
<Setter Property="FontFamily" Value="{ThemeResource BodyLargeFontFamily}" />
<Setter Property="FontWeight" Value="{ThemeResource BodyLargeFontWeight}" />
<Setter Property="FontSize" Value="{ThemeResource BodyLargeFontSize}" />
<Setter Property="CharacterSpacing" Value="{ThemeResource BodyLargeCharacterSpacing}" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@
Content="{TemplateBinding Title}"
ContentTemplate="{TemplateBinding TitleTemplate}"
Foreground="{StaticResource MaterialContentDialogTitleForeground}"
FontFamily="{ThemeResource MaterialRegularFontFamily}"
FontFamily="{ThemeResource HeadlineSmallFontFamily}"
FontSize="{StaticResource HeadlineSmallFontSize}"
FontWeight="{ThemeResource HeadlineSmallFontWeight}"
Margin="{StaticResource MaterialContentDialogTitleToContentMargin}"
Expand Down Expand Up @@ -240,7 +240,7 @@
Content="{TemplateBinding Content}"
ContentTemplate="{TemplateBinding ContentTemplate}"
Foreground="{TemplateBinding Foreground}"
FontFamily="{ThemeResource MaterialRegularFontFamily}"
FontFamily="{ThemeResource BodyMediumFontFamily}"
FontSize="{ThemeResource BodyMediumFontSize}"
FontWeight="{ThemeResource BodyMediumFontWeight}"
TextWrapping="Wrap" />
Expand Down
4 changes: 2 additions & 2 deletions src/library/Uno.Material/Styles/Controls/v2/ListView.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@


<Style x:Key="MaterialListViewItemStyle" TargetType="ListViewItem">
<Setter Property="FontFamily" Value="{ThemeResource MaterialRegularFontFamily}" />
<Setter Property="FontFamily" Value="{ThemeResource TitleMediumFontFamily}" />
<Setter Property="FontSize" Value="{ThemeResource ControlContentThemeFontSize}" />
<Setter Property="Background" Value="{ThemeResource ListViewItemBackground}" />
<Setter Property="Foreground" Value="{ThemeResource ListViewItemForeground}" />
Expand Down Expand Up @@ -413,7 +413,7 @@
<TextBlock x:Name="MultiArrangeOverlayText"
Text="{Binding RelativeSource={RelativeSource TemplatedParent}, Path=TemplateSettings.DragItemsCount}"
Foreground="{ThemeResource ListViewItemDragForegroundThemeBrush}"
FontFamily="{ThemeResource MaterialRegularFontFamily}"
FontFamily="{ThemeResource TitleMediumFontFamily}"
FontSize="26.667"
IsHitTestVisible="False"
Opacity="0"
Expand Down

0 comments on commit 92a25fe

Please sign in to comment.