Skip to content

Commit 59adee3

Browse files
committed
Minor fixes.
1 parent ee141e3 commit 59adee3

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

src/components/icon/icons-list.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,15 @@ import checkmark_s from "./assets/checkmark_s.svg"
3939
import checkmark from "./assets/checkmark.svg"
4040
import chevron_double from "./assets/chevron_double.svg"
4141
import chevron_down from "./assets/chevron_down.svg"
42+
import chevron_down_thin from "./assets/chevron_down_thin.svg"
4243
import chevron_left from "./assets/chevron_left.svg"
4344
import chevron_left_start from "./assets/chevron_left_start.svg"
4445
import chevron_left_small from "./assets/chevron_left_small.svg"
4546
import chevron_right from "./assets/chevron_right.svg"
4647
import chevron_right_s from "./assets/chevron_right_s.svg"
4748
import chevron_right_end from "./assets/chevron_right_end.svg"
4849
import chevron_right_small from "./assets/chevron_right_small.svg"
50+
import chevron_up_thin from "./assets/chevron_up_thin.svg"
4951
import classError from "./assets/class_error.svg"
5052
import classLatency from "./assets/class_latency.svg"
5153
import 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,

src/theme/default/colors.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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,

0 commit comments

Comments
 (0)