Skip to content

Commit c40906e

Browse files
committed
fix(Tooltip): bg-color
1 parent 1eb60e1 commit c40906e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/theme/tooltip.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,15 @@
66
* @see bitrix/js/ui/hint/
77
*/
88

9+
/**
10+
* @memo bg-base-dark/85 - has some problem at render by tw -> fix to bg-base-dark
11+
*/
912
export default {
1013
slots: {
1114
content: [
1215
'flex items-center gap-1 shadow-sm rounded-2xs select-none data-[state=delayed-open]:animate-[scale-in_100ms_ease-out] data-[state=closed]:animate-[scale-out_100ms_ease-in]',
1316
'min-h-6 px-2 py-1 text-xs',
14-
'bg-base-dark/85 text-white',
17+
'bg-base-dark text-white',
1518
'dark:bg-base-dark dark:text-base-150 dark:ring dark:ring-base-100/20',
1619
'pointer-events-auto'
1720
],

0 commit comments

Comments
 (0)