feat: refactor financial wallet UI components and add offline map service support
This commit is contained in:
@@ -51,8 +51,14 @@ class MyElevatedButton extends StatelessWidget {
|
||||
child: Text(
|
||||
title,
|
||||
textAlign: TextAlign.center,
|
||||
style: AppStyle.title.copyWith(color: AppColor.secondaryColor),
|
||||
style: AppStyle.title.copyWith(
|
||||
color: (kolor == AppColor.primaryColor || kolor == AppColor.blueColor || kolor == AppColor.redColor || kolor == AppColor.greenColor)
|
||||
? Colors.white
|
||||
: AppColor.writeColor,
|
||||
fontWeight: FontWeight.bold,
|
||||
),
|
||||
),
|
||||
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user