This commit is contained in:
lincube
2026-03-31 00:03:09 +08:00
parent 5804627f53
commit 2dc729c9db
3 changed files with 3 additions and 3 deletions

View File

@@ -10,7 +10,7 @@
<Border x:Name="RootBorder" <Border x:Name="RootBorder"
Classes="surface-translucent-panel" Classes="surface-translucent-panel"
Padding="0" Padding="0"
CornerRadius="{DynamicResource DesignCornerRadiusXs}"> CornerRadius="{DynamicResource DesignCornerRadiusComponent}">
<StackPanel Orientation="Horizontal" <StackPanel Orientation="Horizontal"
HorizontalAlignment="Center" HorizontalAlignment="Center"
VerticalAlignment="Center"> VerticalAlignment="Center">

View File

@@ -9,7 +9,7 @@
x:Class="LanMountainDesktop.Views.Components.DailyWord2x2Widget"> x:Class="LanMountainDesktop.Views.Components.DailyWord2x2Widget">
<Border x:Name="RootBorder" <Border x:Name="RootBorder"
CornerRadius="{DynamicResource DesignCornerRadiusSm}" CornerRadius="{DynamicResource DesignCornerRadiusComponent}"
Background="Transparent" Background="Transparent"
ClipToBounds="True" ClipToBounds="True"
BorderThickness="0" BorderThickness="0"

View File

@@ -8,7 +8,7 @@
x:Class="LanMountainDesktop.Views.Components.ZhiJiaoHubWidget"> x:Class="LanMountainDesktop.Views.Components.ZhiJiaoHubWidget">
<Border x:Name="RootBorder" <Border x:Name="RootBorder"
CornerRadius="{DynamicResource DesignCornerRadiusXs}" CornerRadius="{DynamicResource DesignCornerRadiusComponent}"
ClipToBounds="True" ClipToBounds="True"
BorderThickness="0" BorderThickness="0"
Background="#1A1A1A"> Background="#1A1A1A">