Skip to content

Commit 78a1e8f

Browse files
authored
Bugs have been fixed
1 parent 583afb2 commit 78a1e8f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

theming/theme-dark.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,6 @@ p {
134134
}
135135

136136
.tooltip {
137-
--bs-tooltip-color: #000 !important;
138-
--bs-tooltip-bg: #fff !important;
137+
--bs-tooltip-color: $black !important;
138+
--bs-tooltip-bg: $white !important;
139139
}

0 commit comments

Comments
 (0)