Skip to content

Commit

Permalink
Update toggle applications dialog UI
Browse files Browse the repository at this point in the history
  • Loading branch information
elibon99 committed Jan 23, 2025
1 parent 81f957d commit 308ac67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/management/views/management_screen.dart
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ class _ManagementScreenState extends ConsumerState<ManagementScreen> {
labelText: l10n.s_lock_code,
errorText: _lockCodeIsWrong ? _lockCodeError : null,
errorMaxLines: 3,
prefixIcon: const Icon(Symbols.pin),
icon: const Icon(Symbols.pin),
suffixIcon: IconButton(
icon: Icon(
_isObscure ? Symbols.visibility : Symbols.visibility_off),
Expand Down

0 comments on commit 308ac67

Please sign in to comment.