Skip to content

Commit 26d92e6

Browse files
committed
description 의 color 를 변경합니다
1 parent b91c5ce commit 26d92e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/triple-design-system/src/elements/pricing.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ function FixedPricing({
222222
{formatNumber(salePrice)}
223223
</Text>
224224
{description ? (
225-
<Text color="blue" size="tiny" bold>
225+
<Text size="tiny" alpha={0.8}>
226226
{description}
227227
</Text>
228228
) : null}

0 commit comments

Comments
 (0)