Skip to content

Commit

Permalink
fix: overlays bg working for light mode
Browse files Browse the repository at this point in the history
  • Loading branch information
MildTomato committed Feb 14, 2022
1 parent 8e48838 commit f9e8058
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/lib/theme/defaultTheme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -985,7 +985,8 @@ export default {
`,
overlay: `
fixed
bg-scale-100
bg-scale-300
dark:bg-scale-100
h-full w-full
left-0
top-0
Expand Down Expand Up @@ -1410,7 +1411,8 @@ export default {
},
overlay: `
fixed
bg-scale-100
bg-scale-300
dark:bg-scale-100
h-full w-full
left-0
top-0
Expand Down

0 comments on commit f9e8058

Please sign in to comment.