Skip to content

Commit

Permalink
[components] fix wrong path fortoggle styles parts (#1977)
Browse files Browse the repository at this point in the history
  • Loading branch information
vicmeow committed Aug 21, 2020
1 parent 7ba64d7 commit e117796
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/@sanity/components/sanity.json
Original file line number Diff line number Diff line change
Expand Up @@ -746,15 +746,15 @@
},
{
"implements": "part:@sanity/components/toggles/switch-style",
"path": "toggles/styles/Switch.css"
"path": "toggles/Switch.css"
},
{
"implements": "part:@sanity/components/toggles/checkbox-style",
"path": "toggles/styles/Checkbox.css"
"path": "toggles/Checkbox.css"
},
{
"implements": "part:@sanity/components/radiobutton/default-style",
"path": "radiobutton/styles/RadioButtonDefault.css"
"path": "radiobutton/RadioButtonDefault.css"
},
{
"implements": "part:@sanity/components/toggles/buttons-style",
Expand Down

1 comment on commit e117796

@vercel
Copy link

@vercel vercel bot commented on e117796 Aug 21, 2020

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.