Skip to content

Commit 5abaffe

Browse files
urmauurlouis-menlo
authored andcommitted
chore: align item menu action error message (#4548)
1 parent d6fac6c commit 5abaffe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/containers/ErrorMessage/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ const ErrorMessage = ({ message }: { message: ThreadMessage }) => {
104104
>
105105
<div className="flex justify-between border-b border-inherit px-4 py-2">
106106
<h6 className="text-[hsla(var(--destructive-bg))]">Error</h6>
107-
<div className="flex gap-x-4 text-xs">
107+
<div className="flex items-center gap-x-4 text-xs">
108108
<div>
109109
<span
110110
className="flex cursor-pointer items-center gap-x-1 text-[hsla(var(--app-link))]"

0 commit comments

Comments
 (0)