Skip to content

Commit

Permalink
fix: layout of actions for Alert component
Browse files Browse the repository at this point in the history
  • Loading branch information
joshenlim committed Aug 5, 2022
1 parent 7e81a92 commit 0dfdcbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Alert/Alert.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ function Alert({
</div>
) : null}
{icon && icon}
<div className="flex flex-1 justify-between">
<div className="flex flex-1 items-center justify-between">
<div>
<h3
className={[
Expand Down

0 comments on commit 0dfdcbf

Please sign in to comment.