feat: update styling for MessageEditor and ChatShell components

This commit is contained in:
mlogclub
2026-04-14 18:51:20 +08:00
parent fcecf77640
commit c159bbd373
3 changed files with 17 additions and 16 deletions
+1 -1
View File
@@ -207,7 +207,7 @@ export function MessageEditor({
return (
<div className="px-3 pb-3 pt-2">
<div className="rounded-3xl border border-white/60 bg-white/78 p-2 shadow-[0_10px_24px_rgba(15,23,42,0.05)] backdrop-blur">
<div className="rounded-xl border border-white/60 bg-white/78 p-2 shadow-[0_10px_24px_rgba(15,23,42,0.05)] backdrop-blur">
<input
ref={imageInputRef}
type="file"