Large composer prompt image picker and camera icons

This commit is contained in:
Alex Benzer
2025-12-06 15:24:42 -08:00
parent b4e1fdfccf
commit 466b7a19a8
+2 -2
View File
@@ -205,7 +205,7 @@ export function ComposerPrompt() {
shape="round">
{({hovered, pressed, focused}) => (
<CameraIcon
size="md"
size="lg"
style={{
color:
hovered || pressed || focused
@@ -227,7 +227,7 @@ export function ComposerPrompt() {
shape="round">
{({hovered, pressed, focused}) => (
<ImageIcon
size="md"
size="lg"
style={{
color:
hovered || pressed || focused