Skip to content

Commit 19f51d9

Browse files
chore: fix incorrect Tailwind class name (#7392)
Co-authored-by: Danglewood <85772166+deeleeramone@users.noreply.github.com>
1 parent 0479f73 commit 19f51d9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

desktop/src/components/Toast.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ const Toast: React.FC<ToastProps> = ({
2222
<div className="toast-container">
2323
<div className="flex-col">
2424
<div className="flex flex-1 items-center justify-between">
25-
<div className="flex flex1 gap-2 items-start">
25+
<div className="flex flex-1 gap-2 items-start">
2626
<CustomIcon id="info" className="toast-info-icon w-5 h-5"/>
2727
<div className="body-sm-bold">{title}</div>
2828
</div>

0 commit comments

Comments
 (0)