Skip to content

Commit

Permalink
chore: pr feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
ze-flo committed May 17, 2024
1 parent 6c715f4 commit 5427c0d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
3 changes: 1 addition & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions packages/modals/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,13 @@
"@floating-ui/react-dom": "^2.0.0",
"@zendeskgarden/container-modal": "^1.0.0",
"@zendeskgarden/container-utilities": "^2.0.0",
"@zendeskgarden/react-buttons": "^9.0.0-next.10",
"@zendeskgarden/react-buttons": "^9.0.0-next.11",
"dom-helpers": "^5.1.0",
"prop-types": "^15.5.7",
"react-merge-refs": "^2.0.0",
"react-transition-group": "^4.4.2"
},
"peerDependencies": {
"@zendeskgarden/react-buttons": ">=9.0.0-next",
"@zendeskgarden/react-theming": ">=9.0.0-next",
"react": ">=16.8.0",
"react-dom": ">=16.8.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/modals/src/styled/StyledBody.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export const StyledBody = styled.div.attrs({
line-height: ${props => getLineHeight(props.theme.lineHeights.md, props.theme.fontSizes.md)};
color: ${({ theme }) => getColor({ theme, variable: 'foreground.default' })};
font-size: ${props => props.theme.fontSizes.md};
${props => retrieveComponentStyles(props['data-garden-id'], props)};
${props => retrieveComponentStyles(COMPONENT_ID, props)};
`;

StyledBody.defaultProps = {
Expand Down

0 comments on commit 5427c0d

Please sign in to comment.