update pin icon

This commit is contained in:
2025-02-18 12:19:08 +06:30
parent c603de02ff
commit d057accb85
2 changed files with 13 additions and 4 deletions

View File

@@ -429,7 +429,7 @@ class _HomePageState extends State<HomePage> {
},
iconSize: 25,
icon: Icon(
MaterialCommunityIcons.lock_open_variant_outline,
Icons.lock_outline,
color: buttonColor,
),
);
@@ -512,7 +512,7 @@ class _HomePageState extends State<HomePage> {
profileBtn,
]
: <Widget>[
// mainModel.isPinLogin ? pinLogoutBtn : pinLoginBtn,
mainModel.isPinLogin ? pinLogoutBtn : pinLoginBtn,
fcsToggle,
profileBtn,
]