Skip to content

Commit ae4a82a

Browse files
committed
fix command bar backgrounds
1 parent 76312e0 commit ae4a82a

File tree

4 files changed

+0
-4
lines changed

4 files changed

+0
-4
lines changed

FluentTerminal.App/Views/SettingsPages/GeneralSettings.xaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@
3232
Grid.Column="1"
3333
HorizontalAlignment="Right"
3434
VerticalAlignment="Top"
35-
Background="{ThemeResource SystemControlBackgroundAltHighBrush}"
3635
DefaultLabelPosition="Right">
3736
<AppBarButton
3837
x:Uid="Restore"

FluentTerminal.App/Views/SettingsPages/KeyBindingSettings.xaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@
2828
Grid.Column="1"
2929
HorizontalAlignment="Right"
3030
VerticalAlignment="Top"
31-
Background="{ThemeResource SystemControlBackgroundAltHighBrush}"
3231
DefaultLabelPosition="Right">
3332
<AppBarButton
3433
x:Uid="AddAppBarButton"

FluentTerminal.App/Views/SettingsPages/MouseSettings.xaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727
Grid.Column="1"
2828
HorizontalAlignment="Right"
2929
VerticalAlignment="Top"
30-
Background="{ThemeResource SystemControlBackgroundAltHighBrush}"
3130
DefaultLabelPosition="Right">
3231
<AppBarButton
3332
x:Uid="Restore"

FluentTerminal.App/Views/SettingsPages/TerminalSettings.xaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@
3131
Grid.Column="1"
3232
HorizontalAlignment="Right"
3333
VerticalAlignment="Top"
34-
Background="{ThemeResource SystemControlBackgroundAltHighBrush}"
3534
DefaultLabelPosition="Right">
3635
<AppBarButton
3736
x:Uid="Restore"

0 commit comments

Comments
 (0)