Openstatus www.openstatus.dev

Fix: Ensure toast close button is visible in dark mode (#1259)

* Fix: Ensure toast close button is visible in dark mode

* Refactor: used text-muted-foreground for customizability

* ci: apply automated fixes

---------

Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>

authored by

Ashwin Kotiyal
autofix-ci[bot]
and committed by
GitHub
e0f4351c 08b86df5

+1
+1
apps/web/src/components/ui/sonner.tsx
··· 21 21 "group-[.toast]:bg-primary group-[.toast]:text-primary-foreground", 22 22 cancelButton: 23 23 "group-[.toast]:bg-muted group-[.toast]:text-muted-foreground", 24 + closeButton: "group-[.toast]:text-muted-foreground", 24 25 }, 25 26 }} 26 27 {...props}