Skip to content

Commit

Permalink
feat(ui): color styling
Browse files Browse the repository at this point in the history
  • Loading branch information
mrevanzak committed May 6, 2024
1 parent e622d0c commit 840e2aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/ui/src/toast.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const Toaster = ({ ...props }: ToasterProps) => {
toastOptions={{
classNames: {
toast:
"group toast group-[.toaster]:bg-background group-[.toaster]:text-foreground group-[.toaster]:border-border group-[.toaster]:shadow-lg",
"group toast group-[.toaster]:bg-secondary-its dark:group-[.toaster]:bg-primary-its group-[.toaster]:text-white group-[.toaster]:border-border group-[.toaster]:shadow-lg",
description: "group-[.toast]:text-muted-foreground",
actionButton:
"group-[.toast]:bg-primary group-[.toast]:text-primary-foreground",
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/tailwind.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export default {
},
primary: {
DEFAULT: "hsl(var(--primary-its))",
foreground: "hsl(var(--primary-foreground))",
foreground: "hsl(0 0% 98%)",
},
secondary: {
DEFAULT: "hsl(var(--secondary-its))",
Expand Down

0 comments on commit 840e2aa

Please sign in to comment.