File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 97
97
<Setter Property =" FontWeight" Value =" Bold" />
98
98
<Setter Property =" HorizontalAlignment" Value =" Right" />
99
99
</Style >
100
-
100
+
101
+ <Style Selector =" SelectableTextBlock" >
102
+ <Setter Property =" HorizontalAlignment" Value =" Left" />
103
+ <Setter Property =" VerticalAlignment" Value =" Center" />
104
+ <Setter Property =" Foreground" Value =" {DynamicResource Brush.FG1}" />
105
+ </Style >
101
106
<Style Selector =" SelectableTextBlock[IsEnabled=True]" >
102
107
<Setter Property =" ContextFlyout" >
103
108
<Setter .Value>
123
128
<Setter Property =" BorderThickness" Value =" 1" />
124
129
<Setter Property =" BorderBrush" Value =" {DynamicResource Brush.Border1}" />
125
130
<Setter Property =" Background" Value =" {DynamicResource Brush.Contents}" />
131
+ <Setter Property =" Foreground" Value =" {DynamicResource Brush.FG1}" />
126
132
<Setter Property =" ContextFlyout" >
127
133
<Setter .Value>
128
134
<MenuFlyout >
Original file line number Diff line number Diff line change 48
48
<Color x : Key =" Color.FlatButton.BackgroundHovered" >#FF333333</Color >
49
49
<Color x : Key =" Color.FlatButton.PrimaryBackground" >#FF3A3A3A</Color >
50
50
<Color x : Key =" Color.FlatButton.PrimaryBackgroundHovered" >#FF404040</Color >
51
- <Color x : Key =" Color.FG1" >#FFF1F1F1 </Color >
51
+ <Color x : Key =" Color.FG1" >#FFDDDDDD </Color >
52
52
<Color x : Key =" Color.FG2" >#40F1F1F1</Color >
53
53
<Color x : Key =" Color.FG3" >#FF252525</Color >
54
54
</ResourceDictionary >
You can’t perform that action at this time.
0 commit comments