fix: bg for tables

This commit is contained in:
Michael Zetterberg
2024-06-20 08:02:09 +02:00
parent 2002604711
commit 1a6a31bfe9
2 changed files with 2 additions and 0 deletions

View File

@@ -18,6 +18,7 @@
.iconTh {
padding: var(--Spacing-x3) var(--Spacing-x2) var(--Spacing-x2);
background-color: #fff;
}
.summaryTh {

View File

@@ -25,6 +25,7 @@
padding: 24px;
text-align: center;
border: 1px solid var(--Scandic-Brand-Pale-Peach);
background-color: #fff;
}
@media screen and (min-width: 768px) {