We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6054fc9 commit 8d9182eCopy full SHA for 8d9182e
src/Components/Chakra__Select.res
@@ -420,7 +420,9 @@ let makeProps = (
420
/**
421
Component Props {Select}
422
**/
423
-
+ ~errorBorderColor=?,
424
+ ~focusBorderColor=?,
425
+ ~iconColor=?,
426
~variant=?,
427
428
Margin and Padding
@@ -628,6 +630,9 @@ let makeProps = (
628
630
629
631
632
633
+ ~errorBorderColor=?errorBorderColor->BorderColor.fromOption,
634
+ ~focusBorderColor=?focusBorderColor->BorderColor.fromOption,
635
+ ~iconColor=?iconColor->Color.fromOption,
636
~variant=?variant->Select.Variant.fromOption,
637
638
0 commit comments