12/26/1
This commit is contained in:
@@ -66,7 +66,10 @@ class LoginPage extends StatelessWidget {
|
||||
),
|
||||
);
|
||||
},
|
||||
child: const Icon(Icons.dashboard)),
|
||||
child: const Icon(
|
||||
Icons.dashboard,
|
||||
color: AppColor.redColor,
|
||||
)),
|
||||
body: [
|
||||
if (box.read(BoxName.agreeTerms) != 'agreed')
|
||||
agreedPage()
|
||||
|
||||
Reference in New Issue
Block a user