Skip to content

Commit adc0850

Browse files
committed
fix: better code
1 parent 6fe384a commit adc0850

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/MemoryViewer/MemoryViewer.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
$memory-type-colors: (
2+
'AllocatorCachesMemory': var(--g-color-base-danger-medium),
23
'SharedCacheConsumption': var(--g-color-base-info-medium),
3-
'QueryExecutionConsumption': var(--g-color-base-positive-medium),
44
'MemTableConsumption': var(--g-color-base-warning-medium),
5-
'AllocatorCachesMemory': var(--g-color-base-danger-medium),
5+
'QueryExecutionConsumption': var(--g-color-base-positive-medium),
66
'Other': var(--g-color-base-neutral-medium),
77
);
88

0 commit comments

Comments
 (0)