Skip to content

Commit df2f029

Browse files
ashwanitelusmike-bunce
authored andcommitted
chore(community-callout-paragraph): update dependency
1 parent e1ced3c commit df2f029

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

packages/CalloutParagraph/CalloutParagraph.jsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ const TextWrapper = styled.div`
4545
p {
4646
color: #371e47;
4747
background: #f2eff4;
48+
padding-top: 0.5rem;
49+
padding-bottom: 0.5rem;
4850
padding-left: ${props => paddingValue.desktop[props.spacing]};
4951
padding-right: ${props => paddingValue.desktop[props.spacing]};
5052
@media (max-width: 576px) {

packages/CalloutParagraph/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tds/community-callout-paragraph",
3-
"version": "0.1.0-0",
3+
"version": "0.1.0",
44
"description": "",
55
"main": "index.cjs.js",
66
"module": "index.es.js",
@@ -26,6 +26,7 @@
2626
"styled-components": "^4.1.3"
2727
},
2828
"dependencies": {
29+
"@tds/core-paragraph": "^2.0.12",
2930
"@tds/util-helpers": "^1.2.0",
3031
"prop-types": "^15.6.2"
3132
}

0 commit comments

Comments
 (0)