update pin icon
This commit is contained in:
@@ -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,
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user