[mob][auth] Minor UI changes

This commit is contained in:
Aman Raj Singh Mourya 2024-07-25 13:22:06 +05:30
parent 28b9d5512f
commit 10e19ffae2
2 changed files with 5 additions and 0 deletions

View File

@ -217,6 +217,7 @@ class _LockScreenOptionsState extends State<LockScreenOptions> {
captionedTextWidget: CaptionedTextWidget(
title: context.l10n.deviceLock,
),
surfaceExecutionStates: false,
alignCaptionedTextToLeft: true,
isTopBorderRadiusRemoved: false,
isBottomBorderRadiusRemoved: true,
@ -236,6 +237,7 @@ class _LockScreenOptionsState extends State<LockScreenOptions> {
captionedTextWidget: CaptionedTextWidget(
title: context.l10n.pinLock,
),
surfaceExecutionStates: false,
alignCaptionedTextToLeft: true,
isTopBorderRadiusRemoved: true,
isBottomBorderRadiusRemoved: true,
@ -253,6 +255,7 @@ class _LockScreenOptionsState extends State<LockScreenOptions> {
captionedTextWidget: CaptionedTextWidget(
title: context.l10n.password,
),
surfaceExecutionStates: false,
alignCaptionedTextToLeft: true,
isTopBorderRadiusRemoved: true,
isBottomBorderRadiusRemoved: false,
@ -276,6 +279,7 @@ class _LockScreenOptionsState extends State<LockScreenOptions> {
),
),
),
surfaceExecutionStates: false,
alignCaptionedTextToLeft: true,
singleBorderRadius: 8,
menuItemColor: colorTheme.fillFaint,

View File

@ -140,6 +140,7 @@ class _SecuritySectionWidgetState extends State<SecuritySectionWidget> {
captionedTextWidget: CaptionedTextWidget(
title: context.l10n.appLock,
),
surfaceExecutionStates: false,
trailingIcon: Icons.chevron_right_outlined,
trailingIconIsMuted: true,
onTap: () async {