Skip to content

Commit 6472f61

Browse files
committed
chore(ui/chat): increase chat avatar size to allow alignment
Signed-off-by: Brandon McAnsh <git@bmcreations.dev>
1 parent b6369fd commit 6472f61

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • ui/components/src/main/kotlin/com/getcode/ui/components/chat

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ fun ChatNode(
6767
) {
6868
avatar?.let {
6969
val imageModifier = Modifier
70-
.size(CodeTheme.dimens.staticGrid.x10)
70+
.size(CodeTheme.dimens.staticGrid.x12)
7171
.clip(CircleShape)
7272

7373
Box(

0 commit comments

Comments
 (0)