Skip to content

Commit

Permalink
fix(Toast): remove margins on close button (#5707)
Browse files Browse the repository at this point in the history
  • Loading branch information
kyletsang committed Mar 8, 2021
1 parent 237d9f8 commit 9199b49
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/ToastHeader.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ const ToastHeader = React.forwardRef<HTMLDivElement, ToastHeaderProps>(
aria-label={closeLabel}
variant={closeVariant}
onClick={handleClick}
className="ms-2 mb-1"
data-dismiss="toast"
/>
)}
Expand Down

0 comments on commit 9199b49

Please sign in to comment.