fix: Replace HorizontalDivider with Divider for improved consistency in EmojiPickerPanel
This commit is contained in:
@@ -700,7 +700,7 @@ private fun EmojiPickerPanel(
|
||||
}
|
||||
}
|
||||
|
||||
HorizontalDivider(
|
||||
Divider(
|
||||
color = if (isDarkTheme) Color(0xFF3A3A3C) else Color(0xFFE5E5EA),
|
||||
thickness = 0.5.dp
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user