fix(app): X 카드 하단 'X에서 보기' 영역 모서리 둥글게 수정
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
5368c863c3
commit
812478bc37
1 changed files with 1 additions and 0 deletions
|
|
@ -565,6 +565,7 @@ class _ScheduleDetailViewState extends ConsumerState<ScheduleDetailView> {
|
|||
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(
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue