Skip to content

Commit

Permalink
Use Tailwind's darkMode selector strategy (#8264)
Browse files Browse the repository at this point in the history
  • Loading branch information
javierjulio committed Feb 26, 2024
1 parent 4fcb727 commit 999f1a1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ module.exports = {
'./app/views/admin/**/*.{arb,erb,html,rb}',
'./app/javascript/**/*.js'
],
darkMode: "class",
darkMode: "selector",
plugins: [
require(`@activeadmin/activeadmin/plugin`)
]
Expand Down

0 comments on commit 999f1a1

Please sign in to comment.