Skip to content

Commit d6cb1b1

Browse files
MakiWinster72shuashuai
authored andcommitted
fix: update bubble user background color for dark mode
1 parent 52880f9 commit d6cb1b1

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

ui/src/components/BubbleUser/index.scss

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,9 @@
2121
scroll-margin-top: 88px;
2222
}
2323
.bubble-user {
24-
background-color: var(--bs-gray-800);
24+
background-color: var(--bs-gray-200);
25+
26+
[data-bs-theme='dark'] & {
27+
background-color: var(--bs-gray-800);
28+
}
2529
}

0 commit comments

Comments
 (0)