Skip to content

Commit 6d39f9d

Browse files
authored
fix: make grey more grey (#1738)
1 parent d4845d3 commit 6d39f9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/MemoryViewer/MemoryViewer.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ $memory-type-colors: (
33
'SharedCacheConsumption': var(--g-color-base-info-medium-hover),
44
'MemTableConsumption': var(--g-color-base-warning-medium-hover),
55
'QueryExecutionConsumption': var(--g-color-base-positive-medium-hover),
6-
'Other': var(--g-color-base-neutral-light-hover),
6+
'Other': var(--g-color-base-generic-medium-hover),
77
);
88

99
@mixin memory-type-color($type) {

0 commit comments

Comments
 (0)