This commit is contained in:
Hamza-Ayed
2023-12-26 16:31:14 +03:00
parent 027d248e56
commit b96275ac8b
4 changed files with 24 additions and 13 deletions

View File

@@ -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()