feat. 게임 컬러 루트에 동적으로 적용

This commit is contained in:
clkim
2025-09-17 15:45:02 +09:00
parent 4f3ac0e84a
commit 2196cf4200
6 changed files with 22 additions and 184 deletions

View File

@@ -8,8 +8,8 @@ import type {
// Props 정의
const props = withDefaults(defineProps<ButtonProps>(), {
size: 'medium',
backgroundColor: 'var(--game-primary)',
textColor: 'var(--game-text-primary)',
backgroundColor: 'var(--primary)',
textColor: 'var(--text-primary)',
icon: '',
disabled: false,
})