Skip to content

Commit 32692e9

Browse files
committed
table theme dark
table theme dark
1 parent 0794447 commit 32692e9

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

scss/_tables.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
margin-bottom: $spacer;
1919
color: var(--#{$prefix}table-color);
2020
vertical-align: $table-cell-vertical-align;
21+
background-color: var(--#{$prefix}table-bg);
2122
border-color: var(--#{$prefix}table-border-color);
2223

2324
// Target th & td

scss/_variables.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -731,7 +731,7 @@ $table-cell-padding-x-sm: .25rem !default;
731731
$table-cell-vertical-align: top !default;
732732

733733
$table-color: var(--#{$prefix}body-color) !default;
734-
$table-bg: transparent !default;
734+
$table-bg: var(--#{$prefix}body-bg) !default;
735735
$table-accent-bg: transparent !default;
736736

737737
$table-th-font-weight: null !default;

0 commit comments

Comments
 (0)