Skip to content

Commit

Permalink
fix: fixes rating radio input outline in some browsers
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-boyd committed Apr 22, 2024
1 parent 3c81c9c commit c5dc677
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@formkit/addons": "latest",
"@formkit/barcode": "latest",
"@formkit/icons": "latest",
"@formkit/pro": "0.122.16-b9c1fd1",
"@formkit/pro": "next",
"@formkit/theme-editor": "latest",
"@formkit/vue": "latest",
"@typescript-eslint/eslint-plugin": "^6.21.0",
Expand Down
8 changes: 4 additions & 4 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions src/inputs/pro/rating.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,9 @@ export default {
h-[1.5em]
flex
`,
input: `
outline-none
`,
messages: `
mt-$spacing(-1)
`,
Expand Down

0 comments on commit c5dc677

Please sign in to comment.