From 7e0cbe241c791693562d6ab19319ad0e092d898a Mon Sep 17 00:00:00 2001 From: TJ Barber Date: Wed, 3 Jul 2024 13:00:38 -0400 Subject: [PATCH] Adds `boldLabel` prop to `Option` (#1264) --- src/Select/Option.jsx | 2 +- src/Select/SingleSelect.stories.jsx | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Select/Option.jsx b/src/Select/Option.jsx index c4003534..2568dc85 100644 --- a/src/Select/Option.jsx +++ b/src/Select/Option.jsx @@ -28,7 +28,7 @@ const Option = forwardRef(({ indeterminate, ...props }, ref) => (