File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
packages/CalloutParagraph Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff 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) {
Original file line number Diff line number Diff line change 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" ,
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 }
You can’t perform that action at this time.
0 commit comments