style: taller input (64dp), rounder corners (34dp), centered text
This commit is contained in:
parent
e683419d96
commit
1d47e05dbf
1 changed files with 2 additions and 2 deletions
|
|
@ -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,
|
||||||
) {
|
) {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue