fix(ui): fix silence background

This commit is contained in:
Łukasz Mierzwa
2022-07-26 13:05:01 +01:00
committed by Łukasz Mierzwa
parent aaf1ab2d43
commit e2fe17383b
2 changed files with 4 additions and 0 deletions

View File

@@ -71,6 +71,8 @@ $accordion-button-active-bg: $gray-700;
$table-bg: transparent;
$table-accent-bg: transparent;
$card-cap-bg: inherit;
@import "./RebootlessBootstrap";
@import "bootswatch/dist/darkly/bootswatch";

View File

@@ -55,6 +55,8 @@ $modal-header-border-color: $gray-300;
$table-bg: transparent;
$table-accent-bg: transparent;
$card-cap-bg: inherit;
@import "./RebootlessBootstrap";
@import "bootswatch/dist/flatly/bootswatch";