style: expose bg override variable

This commit is contained in:
Carlos Valente
2024-05-17 20:13:59 +02:00
committed by Carlos Valente
parent dae6f84af0
commit cfbd540a14
4 changed files with 24 additions and 11 deletions
@@ -1,4 +1,5 @@
.tableWrapper {
background-color: $ui-black;
width: 100%;
height: 100vh;
padding: 1rem 0.5rem;
@@ -9,7 +9,7 @@ $panel-gap: 0.5rem;
}
.mainContainer {
background: $ui-black;
background-color: $ui-black;
width: 100%;
height: 100%;
color: $ui-white;
@@ -2,6 +2,7 @@
width: 100vw;
height: 100vh;
background-color: $ui-black;
color: $ui-white;
}