|
|
@@ -26,8 +26,11 @@ void talkAddTemplatePopup(BuildContext context) {
|
|
|
width: 146.w,
|
|
|
child: Align(
|
|
|
alignment: const Alignment(0.4, 0),
|
|
|
- child:
|
|
|
- Assets.images.iconTriangular.image(width: 18.w, height: 8.w),
|
|
|
+ child: SizedBox(
|
|
|
+ height: 8.h,
|
|
|
+ child: AspectRatio(
|
|
|
+ aspectRatio: 60 / 24,
|
|
|
+ child: Assets.images.iconTriangular.image())),
|
|
|
),
|
|
|
),
|
|
|
Container(
|