We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a7d6e3 commit fb33426Copy full SHA for fb33426
1 file changed
packages/layerchart/src/lib/components/Tooltip.svelte
@@ -160,11 +160,11 @@
160
],
161
{
162
default: [
163
- 'bg-surface-100/90 backdrop-filter backdrop-blur-[2px] text-surface-content',
+ 'bg-surface-100/90 dark:bg-surface-300/90 backdrop-filter backdrop-blur-[2px] text-surface-content',
164
'[&_.label]:text-surface-content/75',
165
166
invert: [
167
- 'bg-surface-content text-surface-100 border border-surface-content',
+ 'bg-surface-content/90 backdrop-filter backdrop-blur-[2px] text-surface-100 border border-surface-content',
168
'[&_.label]:text-surface-100/50',
169
170
none: '',
0 commit comments