Skip to content

Commit 8d9182e

Browse files
authored
fix(Select): fix custom colors (#22)
* fix(Select): fix custom colors * fix(Select): border color
1 parent 6054fc9 commit 8d9182e

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

src/Components/Chakra__Select.res

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -420,7 +420,9 @@ let makeProps = (
420420
/**
421421
Component Props {Select}
422422
**/
423-
423+
~errorBorderColor=?,
424+
~focusBorderColor=?,
425+
~iconColor=?,
424426
~variant=?,
425427
/**
426428
Margin and Padding
@@ -628,6 +630,9 @@ let makeProps = (
628630
/**
629631
Component Props {Select}
630632
**/
633+
~errorBorderColor=?errorBorderColor->BorderColor.fromOption,
634+
~focusBorderColor=?focusBorderColor->BorderColor.fromOption,
635+
~iconColor=?iconColor->Color.fromOption,
631636
~variant=?variant->Select.Variant.fromOption,
632637
/**
633638
Margin and Padding

0 commit comments

Comments
 (0)