Set card-group tab button backgrounds to white
This commit is contained in:
+2
-1
@@ -2255,7 +2255,8 @@ section + section {
|
||||
flex-direction: column;
|
||||
gap: var(--spacing-small);
|
||||
width: 100%;
|
||||
--surface-tab-unselected: var(--color-light-grey);
|
||||
--surface-tab-selected: var(--color-white);
|
||||
--surface-tab-unselected: var(--color-white);
|
||||
}
|
||||
|
||||
.sg-content-block-card-group__tabs,
|
||||
|
||||
Reference in New Issue
Block a user