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

This commit is contained in:
2026-06-10 14:15:14 -07:00
parent 6a2027b0d4
commit 3c0a6860fc

View File

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