Skip to content

Commit

Permalink
[EuiSelectable] Tweak bordered prop to match other form controls
Browse files Browse the repository at this point in the history
  • Loading branch information
cee-chen committed Jul 30, 2024
1 parent 06d3119 commit 9b736c0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

.euiSelectableList-bordered {
overflow: hidden;
border: $euiBorderThin;
border: $euiBorderWidthThin solid $euiFormBorderColor;
border-radius: $euiBorderRadius;
}

Expand Down

0 comments on commit 9b736c0

Please sign in to comment.