Skip to content

Commit 303bc1a

Browse files
committed
Group 46 correction: style accessibility dropdown
1 parent a9030b9 commit 303bc1a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

LifeOS.Desktop/V8ShellWindow.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@
299299

300300
<TextBlock Text="Accessibility" Style="{StaticResource LifeOS.Text.Heading}" />
301301
<WrapPanel Margin="0,10,0,12">
302-
<Border Style="{StaticResource LifeOS.Card}" Width="330"><StackPanel><TextBlock Text="Text scale" Style="{StaticResource LifeOS.Text.Body}" /><ComboBox x:Name="TextScaleComboBox" Style="{StaticResource LifeOS.Input}" AutomationProperties.AutomationId="Settings.Accessibility.TextScale" /><TextBlock Text="100%, 110%, 125% or 140%." Margin="0,6,0,0" Style="{StaticResource LifeOS.Text.Caption}" /></StackPanel></Border>
302+
<Border Style="{StaticResource LifeOS.Card}" Width="330"><StackPanel><TextBlock Text="Text scale" Style="{StaticResource LifeOS.Text.Body}" /><ComboBox x:Name="TextScaleComboBox" Style="{StaticResource LifeOS.ComboBoxStyle}" AutomationProperties.AutomationId="Settings.Accessibility.TextScale" /><TextBlock Text="100%, 110%, 125% or 140%." Margin="0,6,0,0" Style="{StaticResource LifeOS.Text.Caption}" /></StackPanel></Border>
303303
<Border Style="{StaticResource LifeOS.Card}" Width="330"><StackPanel><TextBlock Text="Motion" Style="{StaticResource LifeOS.Text.Body}" /><CheckBox x:Name="ReducedMotionCheckBox" Content="Reduced Motion" Margin="0,12,0,0" Foreground="{DynamicResource LifeOS.Brush.TextPrimary}" AutomationProperties.AutomationId="Settings.Accessibility.ReducedMotion" /><TextBlock Text="Disables non-essential transitions and animation." Margin="0,9,0,0" Style="{StaticResource LifeOS.Text.Caption}" /></StackPanel></Border>
304304
</WrapPanel>
305305

0 commit comments

Comments
 (0)