diff --git a/auth/lib/ui/settings/lock_screen/lock_screen_options.dart b/auth/lib/ui/settings/lock_screen/lock_screen_options.dart index 614917e5d1..e0e71cc03f 100644 --- a/auth/lib/ui/settings/lock_screen/lock_screen_options.dart +++ b/auth/lib/ui/settings/lock_screen/lock_screen_options.dart @@ -217,6 +217,7 @@ class _LockScreenOptionsState extends State { captionedTextWidget: CaptionedTextWidget( title: context.l10n.deviceLock, ), + surfaceExecutionStates: false, alignCaptionedTextToLeft: true, isTopBorderRadiusRemoved: false, isBottomBorderRadiusRemoved: true, @@ -236,6 +237,7 @@ class _LockScreenOptionsState extends State { captionedTextWidget: CaptionedTextWidget( title: context.l10n.pinLock, ), + surfaceExecutionStates: false, alignCaptionedTextToLeft: true, isTopBorderRadiusRemoved: true, isBottomBorderRadiusRemoved: true, @@ -253,6 +255,7 @@ class _LockScreenOptionsState extends State { captionedTextWidget: CaptionedTextWidget( title: context.l10n.password, ), + surfaceExecutionStates: false, alignCaptionedTextToLeft: true, isTopBorderRadiusRemoved: true, isBottomBorderRadiusRemoved: false, @@ -276,6 +279,7 @@ class _LockScreenOptionsState extends State { ), ), ), + surfaceExecutionStates: false, alignCaptionedTextToLeft: true, singleBorderRadius: 8, menuItemColor: colorTheme.fillFaint, diff --git a/auth/lib/ui/settings/security_section_widget.dart b/auth/lib/ui/settings/security_section_widget.dart index b98c59d7d8..348c6304a5 100644 --- a/auth/lib/ui/settings/security_section_widget.dart +++ b/auth/lib/ui/settings/security_section_widget.dart @@ -140,6 +140,7 @@ class _SecuritySectionWidgetState extends State { captionedTextWidget: CaptionedTextWidget( title: context.l10n.appLock, ), + surfaceExecutionStates: false, trailingIcon: Icons.chevron_right_outlined, trailingIconIsMuted: true, onTap: () async {