We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4845d3 commit 6d39f9dCopy full SHA for 6d39f9d
src/components/MemoryViewer/MemoryViewer.scss
@@ -3,7 +3,7 @@ $memory-type-colors: (
3
'SharedCacheConsumption': var(--g-color-base-info-medium-hover),
4
'MemTableConsumption': var(--g-color-base-warning-medium-hover),
5
'QueryExecutionConsumption': var(--g-color-base-positive-medium-hover),
6
- 'Other': var(--g-color-base-neutral-light-hover),
+ 'Other': var(--g-color-base-generic-medium-hover),
7
);
8
9
@mixin memory-type-color($type) {
0 commit comments