Skip to content

Commit ffdf3e5

Browse files
feat: add dark background to Results table and graph (#5287)
* feat: add dark background to Results table and graph * chore: css select a classname `giraffe-plot`
1 parent 584ff8a commit ffdf3e5

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

src/dataExplorer/components/Results.scss

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,15 @@ $cf-radius-lg: $cf-radius + 4px;
3131
height: 100%;
3232
width: 100%;
3333
padding: 12;
34+
35+
.visualization--simple-table--results {
36+
margin-top: $cf-space-s;
37+
}
38+
39+
table,
40+
.giraffe-plot {
41+
background-color: black;
42+
}
3443
}
3544

3645
.data-explorer-results--empty-header {

0 commit comments

Comments
 (0)