Skip to content

Commit

Permalink
fix: text
Browse files Browse the repository at this point in the history
  • Loading branch information
songwongtp committed Aug 22, 2023
1 parent 43663de commit 952e935
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/lib/components/json-schema/form/widgets/SelectWidget.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,9 @@ const SelectWidget = <T, F>(props: WidgetProps<T, F>) => {
chakraStyles={{
control: (provided) => ({
...provided,
_disabled: undefined,
_disabled: {
color: "text.main",
},
}),
dropdownIndicator: (provided, state) => ({
...provided,
Expand Down

0 comments on commit 952e935

Please sign in to comment.