This commit is contained in:
Hamza-Ayed
2024-06-08 02:12:36 +03:00
parent a3d3090a15
commit 97c0b5d1bd
7 changed files with 40 additions and 40 deletions

View File

@@ -134,7 +134,7 @@ class UserAccountHeader extends StatelessWidget {
children: [
Text(
box.read(BoxName.nameDriver).toString(),
style: AppStyle.title.copyWith(color: AppColor.backgroundColor),
style: AppStyle.title.copyWith(color: AppColor.secondaryColor),
),
const Spacer(),
Column(
@@ -172,7 +172,7 @@ class UserAccountHeader extends StatelessWidget {
padding: const EdgeInsets.symmetric(horizontal: 10),
child: Text(
box.read(BoxName.emailDriver),
style: AppStyle.title.copyWith(color: AppColor.backgroundColor),
style: AppStyle.title.copyWith(color: AppColor.secondaryColor),
),
),
currentAccountPicture: