diff --git a/src/Playroom/FramesPanel/FramesPanel.css.ts b/src/Playroom/FramesPanel/FramesPanel.css.ts index 562901d5..5816a6b4 100644 --- a/src/Playroom/FramesPanel/FramesPanel.css.ts +++ b/src/Playroom/FramesPanel/FramesPanel.css.ts @@ -43,11 +43,9 @@ export const reset = style([ }, ]); -export const label = style([ - sprinkles({ - cursor: 'pointer', - }), -]); +export const label = sprinkles({ + cursor: 'pointer', +}); const checkboxSize = '20px'; export const checkbox = style([