diff --git a/styles/42-components-data-display.css b/styles/42-components-data-display.css index 1b57a44..c5faf64 100644 --- a/styles/42-components-data-display.css +++ b/styles/42-components-data-display.css @@ -77,10 +77,16 @@ align-items: stretch; gap: 0; width: 100%; + background: var(--color-white); } .sg-large-table__row--header { font-weight: var(--font-weight-semibold); + background: var(--color-medium-grey); +} + +.sg-large-table > .sg-large-table__row:nth-child(odd) { + background: var(--color-light-grey); } .sg-large-table__cell {