Skip to content

Commit 48b9802

Browse files
fix: incorrect css selector for undefined key color (#48)
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
1 parent 96558ce commit 48b9802

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/ngx-json-treeview/src/lib/ngx-json-treeview/ngx-json-treeview.component.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ $type-colors: (
6868
background-color: var(--ngx-json-null-bg, red);
6969
}
7070
.segment-type-undefined > .segment-main {
71-
& > .segment-key {
71+
& > button > .segment-key {
7272
color: var(--ngx-json-undefined-key, #a31515);
7373
}
7474
& > .segment-value {

0 commit comments

Comments
 (0)