Skip to content

Commit

Permalink
feat(RTL): Update margin class in ToastHeader
Browse files Browse the repository at this point in the history
  • Loading branch information
kyletsang committed Dec 14, 2020
1 parent d87e377 commit 07be153
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ToastHeader.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ const ToastHeader: ToastHeader = React.forwardRef<
aria-label={closeLabel}
variant={closeVariant}
onClick={handleClick}
className="ml-2 mb-1"
className="ms-2 mb-1"
data-dismiss="toast"
/>
)}
Expand Down

0 comments on commit 07be153

Please sign in to comment.