Skip to content

Commit 7042c13

Browse files
committed
fix: FavoriteButton 활성 색상 브랜드 토큰으로 변경
1 parent 8646f1f commit 7042c13

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/shared/ui/FavoriteButton/FavoriteButton.variants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { tv } from 'tailwind-variants';
33
export const favoriteButtonVariants = tv({
44
slots: {
55
root: ['group inline-flex items-center justify-center', 'w-[44px] h-[44px]', 'transition-colors'],
6-
icon: ['w-[33px] h-[29.26px]', 'transition-colors', '[--icon-fill-active:var(--color-green-300)]'],
6+
icon: ['w-[33px] h-[29.26px]', 'transition-colors', '[--icon-fill-active:var(--color-brand-primary)]'],
77
},
88

99
variants: {

0 commit comments

Comments
 (0)