Skip to content

Commit be4da4d

Browse files
committed
chore(fc): add end Padding to send button in ChatInput
Signed-off-by: Brandon McAnsh <[email protected]>
1 parent 0c73d15 commit be4da4d

File tree

1 file changed

+1
-0
lines changed
  • ui/components/src/main/kotlin/com/getcode/ui/components/chat

1 file changed

+1
-0
lines changed

ui/components/src/main/kotlin/com/getcode/ui/components/chat/ChatInput.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,7 @@ fun ChatInput(
122122
if (show) {
123123
Box(
124124
modifier = Modifier
125+
.padding(end = CodeTheme.dimens.grid.x2)
125126
.size(ChatInput_Size)
126127
.align(Alignment.Bottom)
127128
.background(CodeTheme.colors.tertiary, shape = CircleShape)

0 commit comments

Comments
 (0)