mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-01-23 00:56:23 +01:00
Show chevron to hint dropdown
This commit is contained in:
parent
cc268019a0
commit
53e9aac14f
1 changed files with 2 additions and 1 deletions
|
@ -121,7 +121,8 @@ function List(props) {
|
|||
overflow="auto"
|
||||
menuButton={
|
||||
<button type="button" class="plain">
|
||||
<Icon icon="list" size="l" />
|
||||
<Icon icon="list" size="l" alt="Lists" />
|
||||
<Icon icon="chevron-down" size="s" />
|
||||
</button>
|
||||
}
|
||||
>
|
||||
|
|
Loading…
Reference in a new issue