Skip to content

Commit 21a1e9a

Browse files
committed
[design] shadow 수정
1 parent 2fb11c3 commit 21a1e9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/shared/components/scrollTop/ScrollTopBtn.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ function ScrollTopBtn() {
4040
type="button"
4141
aria-label="최상단으로 스크롤 이동"
4242
onClick={scrollToTop}
43-
className="flex-center w-10 h-10 shadow-[0_4px_12px_0_rgba(255,255,255,0.2)] bg-secondary rounded-full"
43+
className="flex-center w-10 h-10 shadow-[0_4px_12px_0_rgba(0,0,0,0.5)] bg-secondary rounded-full"
4444
>
4545
<Arrow aria-hidden />
4646
</button>

0 commit comments

Comments
 (0)