From 812478bc37192c7d18e05bff42f9ccfe03493f4e Mon Sep 17 00:00:00 2001 From: caadiq Date: Sun, 29 Mar 2026 14:29:24 +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'X=EC=97=90=EC=84=9C=20=EB=B3=B4=EA=B8=B0'=20?= =?UTF-8?q?=EC=98=81=EC=97=AD=20=EB=AA=A8=EC=84=9C=EB=A6=AC=20=EB=91=A5?= =?UTF-8?q?=EA=B8=80=EA=B2=8C=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 58c67f5..925bc0d 100644 --- a/app/lib/views/schedule/schedule_detail_view.dart +++ b/app/lib/views/schedule/schedule_detail_view.dart @@ -565,6 +565,7 @@ class _ScheduleDetailViewState extends ConsumerState { padding: const EdgeInsets.all(16), decoration: BoxDecoration( color: Colors.grey[50], + borderRadius: const BorderRadius.vertical(bottom: Radius.circular(12)), border: Border(top: BorderSide(color: Colors.grey[100]!)), ), child: SizedBox(