UNPKG
dm-web-react
Version:
latest (1.0.3)
1.0.3
The DM web client with React.
dm-web-react
/
src
/
common
/
createReactSelectStyles.ts
8 lines
(7 loc)
•
133 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
export
default
(
theme
:
any
) => ({
control
:
(
styles
:
any
) =>
({ ...styles,
height
:
"26px"
,
minHeight
:
"26px"
, }), });