Skip to content

Commit be0e428

Browse files
committed
fix(landing): use surface-hover token for voice input button
Matches the token already used by its sibling composer buttons instead of a raw hex hover color.
1 parent d1d0c2c commit be0e428

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/sim/app/(landing)/components/hero/components/hero-chat-loop/hero-chat-loop.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ export function HeroChatLoop({ phase, fading }: HeroChatLoopProps) {
194194
<Tooltip.Root>
195195
<Tooltip.Trigger asChild>
196196
<span
197-
className='flex size-[28px] items-center justify-center rounded-full transition-colors hover:bg-[#F7F7F7]'
197+
className='flex size-[28px] items-center justify-center rounded-full transition-colors hover-hover:bg-[var(--surface-hover)]'
198198
aria-label='Voice input'
199199
>
200200
<Mic className='size-[16px] text-[var(--text-icon)]' />

0 commit comments

Comments
 (0)