Skip to content

Commit c6bce05

Browse files
authored
fix: Dark theme flashbangs (stoatchat#1020)
fix: May fix dark theme flashbangs as reported in stoatchat#606 Signed-off-by: Pecacheu <3608878+Pecacheu@users.noreply.github.com>
1 parent b169f94 commit c6bce05

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/client/components/ui/styles.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ body {
2222
left: env(safe-area-inset-left);
2323
right: env(safe-area-inset-right);
2424
bottom: env(safe-area-inset-bottom);
25+
background: #191919;
2526
}
2627

2728
/* HighlightJs */

0 commit comments

Comments
 (0)