Skip to content

Commit 677dc35

Browse files
committed
grid - dark mode updates
1 parent 96f2a93 commit 677dc35

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

blazorbootstrap/wwwroot/blazor.bootstrap.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@
4848
--bs-border-radius-xs: 0.125rem;
4949
--bs-border-radius-md: 0.375rem;
5050
/* table */
51-
--bb-table-sticky-background-color: #fff;
52-
--bb-table-freeze-column-background-color: #efefef;
51+
--bb-table-sticky-background-color: var(--bs-body-bg);
52+
--bb-table-freeze-column-background-color: var(--bs-body-bg);
5353
--bb-table-selected-row-color: #000;
5454
--bb-table-selected-row-hover-color: #000;
5555
--bb-table-selected-row-background-color: rgba(0,0,0,0.075);

0 commit comments

Comments
 (0)