Skip to content

Commit e31f874

Browse files
authored
Merge pull request #164 from Neovici/section-bg-color-variable
feat: new color variable
2 parents 66f778c + a28199f commit e31f874

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cosmoz-treenode-navigator.styles.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ export default css`
5252
}
5353
5454
.section {
55-
background-color: #f5f5f5;
55+
background-color: var(--cz-bg-color, #f5f5f5);
5656
padding: 5px;
5757
}
5858

0 commit comments

Comments
 (0)