mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-15 20:30:33 +00:00
feat: style dropdown arrow of html and list select.
This commit is contained in:
@@ -3,12 +3,11 @@ import {Button} from '@blueprintjs/core';
|
||||
import {Select} from '@blueprintjs/select';
|
||||
|
||||
export default function SelectList(props) {
|
||||
const {buttonLabel, ...rest} = props;
|
||||
const { buttonLabel, ...rest } = props;
|
||||
|
||||
return (
|
||||
<Select {...rest}>
|
||||
<Button
|
||||
rightIcon="caret-down"
|
||||
fill={true}>
|
||||
{ buttonLabel }
|
||||
</Button>
|
||||
|
||||
Reference in New Issue
Block a user