Skip to content

Commit a8cb58b

Browse files
committed
style :: 챗봇 입력 중 표시 위치 조정
1 parent 34fc989 commit a8cb58b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

feature/src/main/kotlin/team/aliens/dms/android/feature/chatbot/ui/component/ChatBotTypingIndicator.kt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ import androidx.compose.foundation.layout.Arrangement
1010
import androidx.compose.foundation.layout.Box
1111
import androidx.compose.foundation.layout.Row
1212
import androidx.compose.foundation.layout.offset
13+
import androidx.compose.foundation.layout.padding
1314
import androidx.compose.foundation.layout.size
1415
import androidx.compose.foundation.shape.CircleShape
1516
import androidx.compose.runtime.Composable
@@ -25,6 +26,7 @@ import kotlin.math.roundToInt
2526
@Composable
2627
internal fun ChatBotTypingIndicator() {
2728
Row(
29+
modifier = Modifier.padding(start = 4.dp),
2830
horizontalArrangement = Arrangement.spacedBy(4.dp),
2931
) {
3032
repeat(3) { index ->

0 commit comments

Comments
 (0)