Skip to content

Commit ab3db46

Browse files
committed
fix: ChatInput 아이콘 배경 활성 색상 브랜드 토큰으로 변경
1 parent 552b9eb commit ab3db46

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/shared/ui/ChatInput/ChatInput.variants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ export const chatInputVariants = tv({
4444
},
4545
active: {
4646
icon: [
47-
'[&_.send-circle]:fill-[var(--color-green-500)]',
47+
'[&_.send-circle]:fill-[var(--color-brand-primary)]',
4848
'[&_.send-circle]:stroke-[var(--color-black)]',
4949
'[&_.send-arrow]:stroke-[var(--color-black)]',
5050
],

0 commit comments

Comments
 (0)