fix. 버튼 아이콘 사이즈 변경

This commit is contained in:
clkim
2025-10-29 09:47:57 +09:00
parent 03324597cd
commit dc219fd865
4 changed files with 27 additions and 8 deletions

View File

@@ -19,4 +19,14 @@
@apply px-6 h-10 text-sm rounded
before:rounded after:rounded;
}
/* Icon Size Classes */
.size-large .icon,
.size-medium .icon {
@apply w-5 h-5;
}
.size-small .icon,
.size-extra-small .icon {
@apply w-4 h-4;
}
}