Skip to content

Commit

Permalink
fix: use same opacity for Loading component as before
Browse files Browse the repository at this point in the history
  • Loading branch information
MildTomato committed Feb 24, 2022
1 parent ea6f28a commit 523c046
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/theme/defaultTheme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1568,7 +1568,7 @@ export default {
base: `relative`,
content: {
base: `transition-opacity duration-300`,
active: `opacity-10`,
active: `opacity-40`,
},
spinner: `
absolute
Expand Down

0 comments on commit 523c046

Please sign in to comment.