1
0
Fork 0

Show chevron to hint dropdown

This commit is contained in:
Lim Chee Aun 2024-03-25 10:26:37 +08:00
parent cc268019a0
commit 53e9aac14f

View file

@ -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>
} }
> >