style: taller input (64dp), rounder corners (34dp), centered text

This commit is contained in:
Bruno Deanoz 2026-06-23 14:20:46 +02:00
parent e683419d96
commit 1d47e05dbf

View file

@ -756,7 +756,7 @@ fun ChatInput(
shape = KaizenShapes.pill, shape = KaizenShapes.pill,
tintAlpha = if (isDark) 0.92f else 0.97f, tintAlpha = if (isDark) 0.92f else 0.97f,
shadowStack = KaizenShadows.level4, shadowStack = KaizenShadows.level4,
cornerRadius = 30.dp, cornerRadius = 34.dp,
) { ) {
Column { Column {
if (isRecording) { if (isRecording) {
@ -809,7 +809,7 @@ fun ChatInput(
Row( Row(
Modifier Modifier
.fillMaxWidth() .fillMaxWidth()
.heightIn(min = 56.dp) .heightIn(min = 64.dp)
.padding(start = 10.dp, end = 8.dp), .padding(start = 10.dp, end = 8.dp),
verticalAlignment = Alignment.CenterVertically, verticalAlignment = Alignment.CenterVertically,
) { ) {