Skip to content

Commit

Permalink
fix: toast background on dark mode
Browse files Browse the repository at this point in the history
  • Loading branch information
xc2 committed Oct 5, 2024
1 parent 3b072bb commit 545e951
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/renderer/src/lib/error-parser.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export const toastFetchError = (
const toastOptions: ExternalToast = {
..._toastOptions,
classNames: {
toast: "items-start",
toast: "items-start bg-theme-background",
title: "-mt-1 mb-1", // to align with the icon (actually cut the top space from line-height)
content: "w-full",
..._toastOptions.classNames,
Expand Down

0 comments on commit 545e951

Please sign in to comment.