fix(ui): Change TextStyle to ResponsiveText
This commit is contained in:
@@ -62,10 +62,7 @@ showNearPlacesSideSheet(
|
||||
Center(
|
||||
child: Text(
|
||||
'${appLocalization(modalBottomSheetContext).map_result}: ',
|
||||
style: const TextStyle(
|
||||
fontSize: 20,
|
||||
fontWeight: FontWeight.bold,
|
||||
),
|
||||
style: context.h3
|
||||
),
|
||||
),
|
||||
Container(
|
||||
@@ -119,10 +116,7 @@ showNearPlacesSideSheet(
|
||||
children: [
|
||||
Text(
|
||||
place.result!.name!,
|
||||
style: const TextStyle(
|
||||
fontSize: 16,
|
||||
fontWeight: FontWeight.w500,
|
||||
),
|
||||
style: context.responsiveBodyMediumWithBold,
|
||||
),
|
||||
SizedBox(height: listViewContext.lowValue),
|
||||
Text(
|
||||
|
||||
Reference in New Issue
Block a user