feat. 게임 컬러 루트에 동적으로 적용
This commit is contained in:
@@ -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,
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user