feat. 버튼 액션별 아이콘 추가

This commit is contained in:
clkim
2025-10-16 10:48:41 +09:00
parent d61f5aa875
commit 15174baa36
6 changed files with 111 additions and 46 deletions

View File

@@ -15,6 +15,10 @@
after:bg-[var(--text-color)] after:opacity-20 after:z-[2];
}
.btn-base .btn-content {
@apply relative flex items-center gap-1 z-[1];
}
.size-large {
@apply px-10 h-16 text-lg;
}