Skip to content

Commit

Permalink
fix(Select): make highlight color configurable
Browse files Browse the repository at this point in the history
  • Loading branch information
youluna authored and 潕量 committed Mar 25, 2022
1 parent 3653a02 commit fce8a91
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/select/theme/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -206,13 +206,13 @@ class FunctionDemo extends React.Component {
</DemoGroup>
<DemoGroup label="Expand" height={220}>
<Select mode="multiple" showSearch size="large" value={['United States']}
className="next-focus" visible
className="next-focus next-select-highlight" visible
searchValue="C" {...comboboxProps} />
<Select mode="multiple" showSearch size="medium" value={['United States']}
className="next-focus" visible
className="next-focus next-select-highlight" visible
searchValue="C" {...comboboxProps} />
<Select mode="multiple" showSearch size="small" value={['United States']}
className="next-focus" visible
className="next-focus next-select-highlight" visible
searchValue="C" {...comboboxProps} />
</DemoGroup>
<DemoGroup label="Selected">
Expand Down

0 comments on commit fce8a91

Please sign in to comment.