Skip to content

Commit a6d0aeb

Browse files
committed
Fix button color on tooltip anchor location example
1 parent 75ce8fe commit a6d0aeb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • packages/layerchart/src/routes/docs/components/Tooltip

packages/layerchart/src/routes/docs/components/Tooltip/+page.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,7 @@
352352
{#each anchorOptions as option}
353353
<Button
354354
variant="outline"
355-
color={option === anchor ? 'blue' : 'default'}
355+
color={option === anchor ? 'primary' : 'default'}
356356
on:click={() => (anchor = option)}
357357
>
358358
{option}

0 commit comments

Comments
 (0)