mirror of
https://github.com/wwiinnddyy/LanMountainDesktop.git
synced 2026-06-22 00:54:26 +08:00
0.1.4
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user