design(chat): align composer action buttons to the right

This commit is contained in:
2026-06-10 14:15:14 -07:00
parent 6f29152d6e
commit edbb8a5d0b

View File

@@ -2176,7 +2176,8 @@ export function ChatPanel({
style={{
display: "flex",
alignItems: "center",
justifyContent: "space-between",
justifyContent: "flex-end",
gap: 8,
paddingTop: 4,
}}
>