fix(ui): fix tooltips in light theme

This commit is contained in:
Lukasz Mierzwa
2026-03-20 17:40:12 +00:00
committed by Łukasz Mierzwa
parent 99573da2c4
commit 7b5d9b0d3c

View File

@@ -183,6 +183,11 @@ $body-secondary-color: $gray-600;
--bs-popover-bg: #{$white};
}
.tooltip {
--bs-tooltip-bg: #{$dark};
--bs-tooltip-color: #{$white};
}
// unused
// .offcanvas {
// --bs-offcanvas-bg: #{$white};