mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-11 21:27:05 +00:00
use thin arrow in multiselect
This commit is contained in:
parent
64496a2c27
commit
9ed013f0a3
1 changed files with 1 additions and 1 deletions
|
|
@ -102,7 +102,7 @@ const Multiselect = ({ className, mode, direction, title, disabled, dataset, ren
|
|||
title
|
||||
}
|
||||
</div>
|
||||
<Icon className={styles['icon']} icon={'ic_arrow_down'} />
|
||||
<Icon className={styles['icon']} icon={'ic_arrow_thin_down'} />
|
||||
</React.Fragment>
|
||||
}
|
||||
{children}
|
||||
|
|
|
|||
Loading…
Reference in a new issue