fix: Replace HorizontalDivider with Divider for improved consistency in EmojiPickerPanel

This commit is contained in:
k1ngsterr1
2026-01-10 20:26:03 +05:00
parent a665104928
commit 97fcdadf63

View File

@@ -700,7 +700,7 @@ private fun EmojiPickerPanel(
}
}
HorizontalDivider(
Divider(
color = if (isDarkTheme) Color(0xFF3A3A3C) else Color(0xFFE5E5EA),
thickness = 0.5.dp
)