mirror of
https://github.com/Unleash/unleash.git
synced 2024-12-22 19:07:54 +01:00
fix: minor visual for dropdowns
This commit is contained in:
parent
a9cb68705a
commit
726b707a99
@ -140,8 +140,8 @@ IconLink.propTypes = {
|
|||||||
icon: PropTypes.string,
|
icon: PropTypes.string,
|
||||||
};
|
};
|
||||||
|
|
||||||
export const DropdownButton = ({ label, id, className, title }) => (
|
export const DropdownButton = ({ label, id, className = styles.dropdownButton, title }) => (
|
||||||
<Button id={id} className={[className, styles.dropdownButton].join(' ')} title={title}>
|
<Button id={id} className={className} title={title}>
|
||||||
{label}
|
{label}
|
||||||
<Icon name="arrow_drop_down" className="mdl-color-text--grey-600" />
|
<Icon name="arrow_drop_down" className="mdl-color-text--grey-600" />
|
||||||
</Button>
|
</Button>
|
||||||
|
Loading…
Reference in New Issue
Block a user