Skip to content

Commit

Permalink
Remove redundant style wrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
felixhabib committed Jun 4, 2024
1 parent 3603605 commit 1045305
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions src/Playroom/FramesPanel/FramesPanel.css.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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([
Expand Down

0 comments on commit 1045305

Please sign in to comment.