Skip to content

Commit 508a6e0

Browse files
committed
docs(info-popup): fix color
1 parent 3b0eb93 commit 508a6e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/website/src/components/info-popup/info-popup.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ export const InfoPopup = component$((props: InfoProps) => {
6464
id={popoverTableId}
6565
class="fade-info listbox rounded-base bg-transparent"
6666
>
67-
<div class="text-md mb-2 max-w-xs rounded-base border-[1px] border-b-2 border-border bg-primary px-3 py-2 font-[500] text-slate-950 shadow-lg sm:w-max">
67+
<div class="text-md mb-2 max-w-xs rounded-base border border-b-2 border-border bg-popover px-3 py-2 font-[500] text-foreground shadow-lg sm:w-max">
6868
{props.info}
6969
</div>
7070
</Popover>

0 commit comments

Comments
 (0)