Skip to content

Commit a4c969b

Browse files
committed
refactor: 텍스트 컴포넌트 line height 추가
1 parent a26720a commit a4c969b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/components/ui/Text/Text.module.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
.Text {
2+
line-height: 1.5;
3+
24
@each $color-name
35
in ("white", "black", "primary", "secondary", "tertiary", "quarternary", "gradient")
46
{

0 commit comments

Comments
 (0)