Show chevron to hint dropdown
This commit is contained in:
parent
cc268019a0
commit
53e9aac14f
|
@ -121,7 +121,8 @@ function List(props) {
|
||||||
overflow="auto"
|
overflow="auto"
|
||||||
menuButton={
|
menuButton={
|
||||||
<button type="button" class="plain">
|
<button type="button" class="plain">
|
||||||
<Icon icon="list" size="l" />
|
<Icon icon="list" size="l" alt="Lists" />
|
||||||
|
<Icon icon="chevron-down" size="s" />
|
||||||
</button>
|
</button>
|
||||||
}
|
}
|
||||||
>
|
>
|
||||||
|
|
Loading…
Reference in a new issue