Skip to content

Commit

Permalink
revert changes to storybook test files
Browse files Browse the repository at this point in the history
  • Loading branch information
alstnc committed Jul 11, 2024
1 parent 133153d commit 78326c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/kit/src/avatar/play.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export default {
const defaultArgs = {
size: 200,
css: {
backgroundColor: theme.colors.outline,
backgroundColor: theme.colors.subtle,
},
};

Expand Down
2 changes: 1 addition & 1 deletion packages/kit/src/theme/play.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ const StyledBox = styled("div", {
fontWeight: theme.fontWeights.bold,
},
false: {
backgroundColor: theme.colors.outline,
backgroundColor: theme.colors.subtle,
},
},
},
Expand Down

0 comments on commit 78326c5

Please sign in to comment.