We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7a0cb1 commit 6d1506eCopy full SHA for 6d1506e
1 file changed
Desktop/Project/TasksList.xaml
@@ -20,7 +20,9 @@
20
<Button Grid.Column="1" AutomationProperties.AutomationId="AddTask" HorizontalAlignment="Right"
21
VerticalAlignment="Center"
22
Content="+" FontSize="20"
23
- Command="{Binding Add}" />
+ Background="{DynamicResource {x:Static SystemColors.AccentColorBrushKey}}"
24
+ Command="{Binding Add}">
25
+ </Button>
26
</Grid>
27
28
<ListBox ItemsSource="{Binding Tasks}" Margin="{StaticResource SmallMarginAtTop}">
0 commit comments