light-dark doesn't work in Highlight.highlightStyles. Are there any solutions to use different background color for highlight styles?
<Highlight
span
highlight={highlight}
tt="capitalize"
highlightStyles={{
padding: "2px",
background:
"light-dark(var(--mantine-color-yellow-4),var(--mantine-color-gray-6))",
}}
>
{value}
</Highlight>