Skip to content

Commit

Permalink
Merge pull request #72 from chasegiunta/master
Browse files Browse the repository at this point in the history
Fix typo breaking background colors on checkboxes & radio buttons
  • Loading branch information
adamwathan committed Jun 3, 2021
2 parents 8ea3430 + e8a287e commit 1f0a7c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Expand Up @@ -197,7 +197,7 @@ const forms = plugin.withOptions(function (options = { strategy: 'base' }) {
'.form-checkbox:checked:hover',
'.form-checkbox:checked:focus',
'.form-radio:checked:hover',
'.form-radio:check:focus',
'.form-radio:checked:focus',
],
styles: {
'border-color': 'transparent',
Expand Down

1 comment on commit 1f0a7c8

@vercel
Copy link

@vercel vercel bot commented on 1f0a7c8 Jun 3, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.