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 f07a14d commit 54f15c4
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 54f15c4

Please sign in to comment.