pull/171/head
haroon amjad 2 days ago
parent 05e87bbb2e
commit 940ce5ff14

@ -50,7 +50,7 @@ class _FamilyMedicalScreenState extends State<FamilyMedicalScreen> {
AppState appState = getIt.get<AppState>();
return CollapsingListView(
title: LocaleKeys.medicalFiles.tr(context: context),
title: LocaleKeys.familyTitle.tr(context: context),
bottomChild: appState.getAuthenticatedUser()!.isParentUser!
? Container(
decoration: RoundedRectangleBorder().toSmoothCornerDecoration(

@ -165,7 +165,7 @@ class DialogServiceImp implements DialogService {
SizedBox(height: isShowManageButton ? 15.h : 24.h),
if (isShowManageButton)
CustomButton(
text: "ManageFamilyFiles",
text: LocaleKeys.manageFiles.tr(context: context),
backgroundColor: AppColors.secondaryLightRedColor,
borderColor: AppColors.secondaryLightRedColor,
textColor: AppColors.primaryRedBorderColor,

Loading…
Cancel
Save