Skip to content

Commit 359298a

Browse files
committed
tna slot 디자인 수정
1 parent c3aa3d2 commit 359298a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/triple-document/src/elements/tna/price-policy-coupon-info.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import styled from 'styled-components'
33
import { useTranslation } from '@titicaca/next-i18next'
44

55
const StyledContainer = styled(Container)`
6-
margin-top: 4px;
6+
margin-top: 2px;
77
`
88

99
export function PricePolicyCouponInfo({

packages/triple-document/src/elements/tna/product.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ function Pricing({
3232
return (
3333
<Container
3434
css={{
35-
margin: '8px 0 0',
35+
margin: '10px 0 0',
3636
}}
3737
>
3838
{rate ? (

0 commit comments

Comments
 (0)