mirror of
https://github.com/umami-software/umami.git
synced 2026-02-07 14:17:13 +01:00
Calendar updates. Responsive CSS updates.
This commit is contained in:
parent
a0cb278463
commit
f59594e4cd
18 changed files with 127 additions and 42 deletions
|
|
@ -36,8 +36,8 @@ export default function DropDown({
|
|||
return (
|
||||
<div ref={ref} className={classNames(styles.dropdown, className)} onClick={handleShowMenu}>
|
||||
<div className={styles.value}>
|
||||
<div>{options.find(e => e.value === value)?.label || value}</div>
|
||||
<Icon icon={<Chevron />} size="small" />
|
||||
{options.find(e => e.value === value)?.label || value}
|
||||
<Icon icon={<Chevron />} className={styles.icon} size="small" />
|
||||
</div>
|
||||
{showMenu && (
|
||||
<Menu className={menuClassName} options={options} onSelect={handleSelect} float="bottom" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue