diff --git a/styleguide.css b/styleguide.css index bdf1579..8591c60 100644 --- a/styleguide.css +++ b/styleguide.css @@ -1522,10 +1522,6 @@ section + section { background: var(--color-white); } -.sg-object-card__actions-segment { - background: var(--color-white); -} - .sg-object-card__header { display: flex; flex-direction: row; @@ -1831,6 +1827,10 @@ section + section { background: var(--surface-object-card-lower-segment); } +.sg-card-segment--body.sg-object-card__actions-segment { + background: var(--surface-object-card-lower-segment); +} + .sg-group-card { display: flex; flex-wrap: wrap;