|
@@ -17,7 +17,7 @@ export const DropendToggle = (props: Props): JSX.Element => {
|
|
|
className={`${moduleClass} btn btn-primary ${props.className ?? ''}`}
|
|
className={`${moduleClass} btn btn-primary ${props.className ?? ''}`}
|
|
|
>
|
|
>
|
|
|
<Hexagon />
|
|
<Hexagon />
|
|
|
- <Hexagon className="hitarea position-absolute invisible pe-auto" />
|
|
|
|
|
|
|
+ <div className="hitarea position-absolute" />
|
|
|
<span className="icon material-symbols-outlined position-absolute">chevron_right</span>
|
|
<span className="icon material-symbols-outlined position-absolute">chevron_right</span>
|
|
|
</button>
|
|
</button>
|
|
|
);
|
|
);
|