feat: Update MessageInputBar background color for improved visibility in dark theme
This commit is contained in:
@@ -1701,7 +1701,7 @@ private fun MessageInputBar(
|
|||||||
.weight(1f)
|
.weight(1f)
|
||||||
.heightIn(min = 36.dp)
|
.heightIn(min = 36.dp)
|
||||||
.background(
|
.background(
|
||||||
color = if (isDarkTheme) Color(0xFF3A3A3C) else Color.White,
|
color = if (isDarkTheme) Color(0xFF1C1C1E) else Color.White,
|
||||||
shape = RoundedCornerShape(18.dp)
|
shape = RoundedCornerShape(18.dp)
|
||||||
)
|
)
|
||||||
.padding(horizontal = 12.dp, vertical = 8.dp),
|
.padding(horizontal = 12.dp, vertical = 8.dp),
|
||||||
|
|||||||
Reference in New Issue
Block a user