File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -39,13 +39,15 @@ import checkmark_s from "./assets/checkmark_s.svg"
39
39
import checkmark from "./assets/checkmark.svg"
40
40
import chevron_double from "./assets/chevron_double.svg"
41
41
import chevron_down from "./assets/chevron_down.svg"
42
+ import chevron_down_thin from "./assets/chevron_down_thin.svg"
42
43
import chevron_left from "./assets/chevron_left.svg"
43
44
import chevron_left_start from "./assets/chevron_left_start.svg"
44
45
import chevron_left_small from "./assets/chevron_left_small.svg"
45
46
import chevron_right from "./assets/chevron_right.svg"
46
47
import chevron_right_s from "./assets/chevron_right_s.svg"
47
48
import chevron_right_end from "./assets/chevron_right_end.svg"
48
49
import chevron_right_small from "./assets/chevron_right_small.svg"
50
+ import chevron_up_thin from "./assets/chevron_up_thin.svg"
49
51
import classError from "./assets/class_error.svg"
50
52
import classLatency from "./assets/class_latency.svg"
51
53
import classUtilization from "./assets/class_utilization.svg"
@@ -351,13 +353,15 @@ export const iconsList = {
351
353
checkmark,
352
354
chevron_double,
353
355
chevron_down,
356
+ chevron_down_thin,
354
357
chevron_left,
355
358
chevron_left_small,
356
359
chevron_left_start,
357
360
chevron_right,
358
361
chevron_right_end,
359
362
chevron_right_s,
360
363
chevron_right_small,
364
+ chevron_up_thin,
361
365
classError,
362
366
classLatency,
363
367
classUtilization,
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ const appColors = {
41
41
selected : rawColors . neutral . iron ,
42
42
tooltip : rawColors . neutral . shark ,
43
43
bright : rawColors . neutral . white ,
44
- text : rawColors . neutral . limedSpruce ,
44
+ text : rawColors . neutral . bluebayoux ,
45
45
textLite : rawColors . neutral . regentgrey ,
46
46
textFocus : rawColors . neutral . regentgrey ,
47
47
textDescription : rawColors . neutral . bluebayoux ,
You can’t perform that action at this time.
0 commit comments