This commit is contained in:
lincube
2026-02-27 19:27:38 +08:00
parent 3d11ae6733
commit 4ded1c1f20
10 changed files with 1891 additions and 106 deletions

View File

@@ -9,17 +9,17 @@
<Border x:Name="RootBorder"
Padding="8"
CornerRadius="8"
BorderBrush="#80A5B4FC"
BorderThickness="1"
Background="#CC0F172A">
CornerRadius="0"
BorderBrush="Transparent"
BorderThickness="0"
Background="Transparent">
<TextBlock x:Name="TimeTextBlock"
HorizontalAlignment="Center"
VerticalAlignment="Center"
TextAlignment="Center"
FontSize="26"
FontWeight="SemiBold"
Foreground="White" />
Foreground="{DynamicResource AdaptiveTextPrimaryBrush}" />
</Border>
</UserControl>