Skip to content

Commit 3cd1eee

Browse files
committed
refactor: 텍스트 그라데이션 원형 추가
1 parent 12723ce commit 3cd1eee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/styles/_variables.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
var(--color-primary-purple)
2525
);
2626
--color-text-error: #d45085;
27-
--color-text-purpleGradient: linear-gradient(
28-
90deg,
27+
--color-text-purpleGradient: radial-gradient(
28+
circle,
2929
var(--color-primary-purple),
3030
var(--color-gray600)
3131
);

0 commit comments

Comments
 (0)