diff --git a/theming/theme-dark.scss b/theming/theme-dark.scss index 663a25ed7..c3d885a91 100644 --- a/theming/theme-dark.scss +++ b/theming/theme-dark.scss @@ -126,6 +126,6 @@ p { .tooltip { - --bs-tooltip-color: #000 !important; - --bs-tooltip-bg: #fff !important; -} \ No newline at end of file + --bs-tooltip-color: $black !important; + --bs-tooltip-bg: $white !important; +}