6/8/1
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user