Skip to content

Commit 279e6bf

Browse files
committed
layout padding on inputs
1 parent 62a498a commit 279e6bf

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

lib/features/threads/presentation/comments/add_comment/view/add_comment_view.dart

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,10 @@ class _AddCommentViewState extends State<AddCommentView> {
147147
color: theme.colorScheme.onSurface
148148
.withOpacity(0.6),
149149
),
150+
contentPadding: const EdgeInsets.symmetric(
151+
horizontal: 4,
152+
vertical: 8,
153+
),
150154
isCollapsed: true,
151155
),
152156
),

0 commit comments

Comments
 (0)