mirror of
https://github.com/ente-io/ente.git
synced 2025-07-24 04:47:32 +00:00
[mob][auth] Minor UI changes
This commit is contained in:
parent
28b9d5512f
commit
10e19ffae2
@ -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,
|
||||
|
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user