Skip to content

Commit

Permalink
fix(dark theme): add dark variants to tailwind
Browse files Browse the repository at this point in the history
  • Loading branch information
estevanmaito committed May 15, 2021
1 parent 4c42027 commit 6e0bcd3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions config.js
Original file line number Diff line number Diff line change
Expand Up @@ -173,11 +173,11 @@ const windmillConfig = {
},
variants: {
backgroundOpacity: ['responsive', 'hover', 'focus', 'dark'],
backgroundColor: ['responsive', 'hover', 'focus', 'active', 'odd'],
backgroundColor: ['responsive', 'hover', 'focus', 'active', 'odd', 'dark'],
display: ['responsive', 'dark'],
textColor: ['responsive', 'focus', 'focus-within', 'hover', 'active'],
placeholderColor: ['responsive', 'focus'],
borderColor: ['responsive', 'hover', 'focus'],
textColor: ['responsive', 'focus', 'focus-within', 'hover', 'active', 'dark'],
placeholderColor: ['responsive', 'focus', 'dark'],
borderColor: ['responsive', 'hover', 'focus', 'dark'],
divideColor: ['responsive', 'dark'],
boxShadow: ['responsive', 'hover', 'focus', 'dark'],
margin: ['responsive', 'last'],
Expand Down

0 comments on commit 6e0bcd3

Please sign in to comment.