Skip to content
This repository was archived by the owner on Feb 19, 2025. It is now read-only.

Commit 0dfdcbf

Browse files
committed
fix: layout of actions for Alert component
1 parent 7e81a92 commit 0dfdcbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Alert/Alert.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ function Alert({
6767
</div>
6868
) : null}
6969
{icon && icon}
70-
<div className="flex flex-1 justify-between">
70+
<div className="flex flex-1 items-center justify-between">
7171
<div>
7272
<h3
7373
className={[

0 commit comments

Comments
 (0)