|
@@ -115,12 +115,12 @@ class EstateUploadSuccessPage extends HookConsumerWidget {
|
|
],
|
|
],
|
|
),
|
|
),
|
|
textAlign: TextAlign.start,
|
|
textAlign: TextAlign.start,
|
|
- ),
|
|
|
|
|
|
+ ).marginOnly(top: 10),
|
|
|
|
|
|
MyTextView(
|
|
MyTextView(
|
|
S.current.estate_upload_success_desc,
|
|
S.current.estate_upload_success_desc,
|
|
fontSize: 15,
|
|
fontSize: 15,
|
|
- marginTop: 25,
|
|
|
|
|
|
+ marginTop: 15,
|
|
isFontMedium: true,
|
|
isFontMedium: true,
|
|
textColor: context.appColors.textBlack,
|
|
textColor: context.appColors.textBlack,
|
|
),
|
|
),
|