更新
This commit is contained in:
@@ -10,10 +10,10 @@
|
||||
mc:Ignorable="d"
|
||||
d:DesignHeight="950"
|
||||
d:DesignWidth="800"
|
||||
ui:Design.Background="{DynamicResource ApplicationBackgroundBrush}"
|
||||
ui:Design.Foreground="{DynamicResource TextFillColorPrimaryBrush}"
|
||||
Foreground="{DynamicResource TextFillColorPrimaryBrush}"
|
||||
Title="ColorsPage"
|
||||
|
||||
>
|
||||
Title="ColorsPage">
|
||||
|
||||
<StackPanel Margin="0,0,0,24">
|
||||
<ui:TextBlock Text="Color provides an intuitive way of communicating information to users in your app: it can be used to indicate interactivity, give feedback to user actions, and give your interface a sense of visual continuity." TextWrapping="WrapWithOverflow" />
|
||||
@@ -55,8 +55,7 @@
|
||||
<Border
|
||||
Grid.Column="0"
|
||||
Background="{DynamicResource TextFillColorPrimaryBrush}"
|
||||
CornerRadius="8,0,0,8"
|
||||
TextElement.Foreground="{DynamicResource TextFillColorInverseBrush}">
|
||||
CornerRadius="8,0,0,8">
|
||||
<Grid Margin="12">
|
||||
<Grid.RowDefinitions>
|
||||
<RowDefinition Height="Auto" />
|
||||
@@ -74,8 +73,7 @@
|
||||
<Border
|
||||
Grid.Column="1"
|
||||
Background="{DynamicResource TextFillColorSecondaryBrush}"
|
||||
CornerRadius="0"
|
||||
TextElement.Foreground="{DynamicResource TextFillColorInverseBrush}">
|
||||
CornerRadius="0">
|
||||
<Grid Margin="12">
|
||||
<Grid.RowDefinitions>
|
||||
<RowDefinition Height="Auto" />
|
||||
@@ -93,8 +91,7 @@
|
||||
<Border
|
||||
Grid.Column="2"
|
||||
Background="{DynamicResource TextFillColorTertiaryBrush}"
|
||||
CornerRadius="0"
|
||||
TextElement.Foreground="{DynamicResource TextFillColorInverseBrush}">
|
||||
CornerRadius="0">
|
||||
<Grid Margin="12">
|
||||
<Grid.RowDefinitions>
|
||||
<RowDefinition Height="Auto" />
|
||||
@@ -112,8 +109,7 @@
|
||||
<Border
|
||||
Grid.Column="3"
|
||||
Background="{DynamicResource TextFillColorDisabledBrush}"
|
||||
CornerRadius="0,8,8,0"
|
||||
TextElement.Foreground="{DynamicResource TextFillColorInverseBrush}">
|
||||
CornerRadius="0,8,8,0">
|
||||
<Grid Margin="12">
|
||||
<Grid.RowDefinitions>
|
||||
<RowDefinition Height="Auto" />
|
||||
@@ -162,8 +158,7 @@
|
||||
<Border
|
||||
Grid.Column="0"
|
||||
Background="{DynamicResource AccentTextFillColorPrimaryBrush}"
|
||||
CornerRadius="8,0,0,8"
|
||||
TextElement.Foreground="{DynamicResource TextFillColorInverseBrush}">
|
||||
CornerRadius="8,0,0,8">
|
||||
<Grid Margin="12">
|
||||
<Grid.RowDefinitions>
|
||||
<RowDefinition Height="Auto" />
|
||||
@@ -181,8 +176,7 @@
|
||||
<Border
|
||||
Grid.Column="1"
|
||||
Background="{DynamicResource AccentTextFillColorSecondaryBrush}"
|
||||
CornerRadius="0"
|
||||
TextElement.Foreground="{DynamicResource TextFillColorInverseBrush}">
|
||||
CornerRadius="0">
|
||||
<Grid Margin="12">
|
||||
<Grid.RowDefinitions>
|
||||
<RowDefinition Height="Auto" />
|
||||
@@ -200,8 +194,7 @@
|
||||
<Border
|
||||
Grid.Column="2"
|
||||
Background="{DynamicResource AccentTextFillColorTertiaryBrush}"
|
||||
CornerRadius="0"
|
||||
TextElement.Foreground="{DynamicResource TextFillColorInverseBrush}">
|
||||
CornerRadius="0">
|
||||
<Grid Margin="12">
|
||||
<Grid.RowDefinitions>
|
||||
<RowDefinition Height="Auto" />
|
||||
@@ -219,8 +212,7 @@
|
||||
<Border
|
||||
Grid.Column="3"
|
||||
Background="{DynamicResource AccentTextFillColorDisabledBrush}"
|
||||
CornerRadius="0,8,8,0"
|
||||
TextElement.Foreground="{DynamicResource TextFillColorInverseBrush}">
|
||||
CornerRadius="0,8,8,0">
|
||||
<Grid Margin="12">
|
||||
<Grid.RowDefinitions>
|
||||
<RowDefinition Height="Auto" />
|
||||
|
||||
@@ -37,7 +37,7 @@
|
||||
Grid.Row="1"
|
||||
Margin="0,4,0,0"
|
||||
Padding="0"
|
||||
Content="Find out more about Fluent System Icons"
|
||||
Content="了解更多Fluent System Icons"
|
||||
NavigateUri="https://github.com/microsoft/fluentui-system-icons" />
|
||||
<ui:TextBlock
|
||||
Grid.Row="2"
|
||||
|
||||
Reference in New Issue
Block a user