From 5368c863c3b7381326fb308c6aeb34ca00a0899e Mon Sep 17 00:00:00 2001 From: caadiq Date: Sun, 29 Mar 2026 14:26:11 +0900 Subject: [PATCH] =?UTF-8?q?fix(app):=20X=20=EC=B9=B4=EB=93=9C=20=ED=95=98?= =?UTF-8?q?=EB=8B=A8=20=EB=AA=A8=EC=84=9C=EB=A6=AC=20=ED=85=8C=EB=91=90?= =?UTF-8?q?=EB=A6=AC=20=EC=9E=98=EB=A6=BC=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.6 (1M context) --- app/lib/views/schedule/schedule_detail_view.dart | 1 + 1 file changed, 1 insertion(+) diff --git a/app/lib/views/schedule/schedule_detail_view.dart b/app/lib/views/schedule/schedule_detail_view.dart index 364e264..58c67f5 100644 --- a/app/lib/views/schedule/schedule_detail_view.dart +++ b/app/lib/views/schedule/schedule_detail_view.dart @@ -429,6 +429,7 @@ class _ScheduleDetailViewState extends ConsumerState { final avatarUrl = schedule.profileAvatarUrl; return Container( + clipBehavior: Clip.antiAlias, decoration: BoxDecoration( color: Colors.white, borderRadius: BorderRadius.circular(12),