Skip to content

Commit e4f5d04

Browse files
committed
fix(amsterdam): token color values in JSON, for real
1 parent 828355a commit e4f5d04

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

packages/eui/src/themes/json/eui_theme_amsterdam_dark.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -380,8 +380,8 @@
380380
"euiColorBackgroundBaseFormsPrepend": "#2c2f37",
381381
"euiColorBackgroundBaseFormsControlDisabled": "#535966",
382382
"euiColorBackgroundBaseInteractiveHover": "rgba(52,55,65,0.2)",
383-
"euiColorBackgroundBaseInteractiveSelect": "#031e42",
384-
"euiColorBackgroundBaseInteractiveSelectHover": "#042858",
383+
"euiColorBackgroundBaseInteractiveSelect": "#103148",
384+
"euiColorBackgroundBaseInteractiveSelectHover": "#164160",
385385
"euiColorBackgroundBaseInteractiveOverlay": "rgba(0,0,0,0.5)",
386386
"euiColorBackgroundBaseSkeletonEdge": "#2e3039",
387387
"euiColorBackgroundBaseSkeletonMiddle": "#282a31",

packages/eui/src/themes/json/eui_theme_amsterdam_light.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -380,8 +380,8 @@
380380
"euiColorBackgroundBaseFormsPrepend": "#e9edf3",
381381
"euiColorBackgroundBaseFormsControlDisabled": "#98A2B3",
382382
"euiColorBackgroundBaseInteractiveHover": "rgba(211,218,230,0.2)",
383-
"euiColorBackgroundBaseInteractiveSelect": "#f5fafd",
384-
"euiColorBackgroundBaseInteractiveSelectHover": "#cee0f8",
383+
"euiColorBackgroundBaseInteractiveSelect": "#f7fbfe",
384+
"euiColorBackgroundBaseInteractiveSelectHover": "#d7ecfc",
385385
"euiColorBackgroundBaseInteractiveOverlay": "rgba(0,0,0,0.5)",
386386
"euiColorBackgroundBaseSkeletonEdge": "#f0f2f6",
387387
"euiColorBackgroundBaseSkeletonMiddle": "#f6f8fa",

0 commit comments

Comments
 (0)