Skip to content

Commit

Permalink
chore: toast bg color
Browse files Browse the repository at this point in the history
Signed-off-by: Innei <tukon479@gmail.com>
  • Loading branch information
Innei committed Dec 12, 2024
1 parent 008cc98 commit 40dc4c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/renderer/src/styles/additional.css
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
content: "";
border-radius: var(--border-radius);

@apply absolute inset-0 pointer-events-none z-[-1] opacity-20 !transform-none;
@apply absolute inset-0 pointer-events-none z-[-1] dark:opacity-20 opacity-10 !transform-none;
}

&[data-type="success"]::before {
Expand Down

0 comments on commit 40dc4c6

Please sign in to comment.