Skip to content

Commit

Permalink
chore(weave): make toast night aware
Browse files Browse the repository at this point in the history
  • Loading branch information
bcsherma committed Feb 1, 2025
1 parent aac2a17 commit ef82e9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion weave-js/src/common/components/elements/Toast.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export const ToastContainer: FC = React.memo(() => {
<ToastifyContainer
position={toastify.POSITION.TOP_RIGHT}
hideProgressBar={true}
className="toast-container"
className="toast-container night-aware"
toastClassName="toast"
transition={Slide}
closeButton={createElement(({closeToast}: CloseButtonProps) => (
Expand Down

0 comments on commit ef82e9a

Please sign in to comment.