Skip to content

Commit ca41683

Browse files
remove defaultstyles from box.
1 parent 1d6c730 commit ca41683

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

packages/components/src/primal/box/story.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,5 @@ BoxWithPseudo.args = {
3030
children: 'this is a hover box',
3131
_hover: {
3232
bg: 'red',
33-
},
34-
defaultStyles: 'input',
33+
}
3534
};

0 commit comments

Comments
 (0)