From 9b736c0392a9d5708fd02315c1a8ce474c05cea0 Mon Sep 17 00:00:00 2001 From: Cee Chen Date: Tue, 30 Jul 2024 09:28:38 -0700 Subject: [PATCH] [EuiSelectable] Tweak bordered prop to match other form controls --- .../components/selectable/selectable_list/_selectable_list.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/eui/src/components/selectable/selectable_list/_selectable_list.scss b/packages/eui/src/components/selectable/selectable_list/_selectable_list.scss index bb384224d1b..47afb07fa51 100644 --- a/packages/eui/src/components/selectable/selectable_list/_selectable_list.scss +++ b/packages/eui/src/components/selectable/selectable_list/_selectable_list.scss @@ -13,7 +13,7 @@ .euiSelectableList-bordered { overflow: hidden; - border: $euiBorderThin; + border: $euiBorderWidthThin solid $euiFormBorderColor; border-radius: $euiBorderRadius; }