Skip to content

Commit e24f24a

Browse files
DaSchTourjelbourn
authored andcommitted
fix(tree): theming nested notes (#12938)
changes nested-tree-nodes to be styled the same as tree-nodes
1 parent 722dfb3 commit e24f24a

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/lib/tree/_tree-theme.scss

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010
background: mat-color($background, 'card');
1111
}
1212

13-
.mat-tree-node {
13+
.mat-tree-node,
14+
.mat-nested-tree-node {
1415
color: mat-color($foreground, text);
1516
}
1617
}
@@ -20,7 +21,8 @@
2021
font-family: mat-font-family($config);
2122
}
2223

23-
.mat-tree-node {
24+
.mat-tree-node,
25+
.mat-nested-tree-node {
2426
font-weight: mat-font-weight($config, body-1);
2527
font-size: mat-font-size($config, body-1);
2628
}

0 commit comments

Comments
 (0)