File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -39,13 +39,15 @@ import checkmark_s from "./assets/checkmark_s.svg"
3939import checkmark from "./assets/checkmark.svg"
4040import chevron_double from "./assets/chevron_double.svg"
4141import chevron_down from "./assets/chevron_down.svg"
42+ import chevron_down_thin from "./assets/chevron_down_thin.svg"
4243import chevron_left from "./assets/chevron_left.svg"
4344import chevron_left_start from "./assets/chevron_left_start.svg"
4445import chevron_left_small from "./assets/chevron_left_small.svg"
4546import chevron_right from "./assets/chevron_right.svg"
4647import chevron_right_s from "./assets/chevron_right_s.svg"
4748import chevron_right_end from "./assets/chevron_right_end.svg"
4849import chevron_right_small from "./assets/chevron_right_small.svg"
50+ import chevron_up_thin from "./assets/chevron_up_thin.svg"
4951import classError from "./assets/class_error.svg"
5052import classLatency from "./assets/class_latency.svg"
5153import classUtilization from "./assets/class_utilization.svg"
@@ -351,13 +353,15 @@ export const iconsList = {
351353 checkmark,
352354 chevron_double,
353355 chevron_down,
356+ chevron_down_thin,
354357 chevron_left,
355358 chevron_left_small,
356359 chevron_left_start,
357360 chevron_right,
358361 chevron_right_end,
359362 chevron_right_s,
360363 chevron_right_small,
364+ chevron_up_thin,
361365 classError,
362366 classLatency,
363367 classUtilization,
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ const appColors = {
4141 selected: rawColors.neutral.iron,
4242 tooltip: rawColors.neutral.shark,
4343 bright: rawColors.neutral.white,
44- text: rawColors.neutral.limedSpruce ,
44+ text: rawColors.neutral.bluebayoux ,
4545 textLite: rawColors.neutral.regentgrey,
4646 textFocus: rawColors.neutral.regentgrey,
4747 textDescription: rawColors.neutral.bluebayoux,
You can’t perform that action at this time.
0 commit comments