minor fix class order

This commit is contained in:
Rodrigo Antinarelli 2020-06-25 13:52:40 -03:00
parent e70c7a455a
commit 547e11d877

View File

@ -69,7 +69,7 @@ const Dropdown = ({ children, showDropdownIcon, list }) => {
return (
<div
className={classnames(
'absolute origin-top-right transition duration-300 transform top-100 right-0 mt-2 z-10 bg-primary-dark border border-secondary-main rounded shadow',
'absolute top-100 right-0 mt-2 z-10 origin-top-right transition duration-300 transform bg-primary-dark border border-secondary-main rounded shadow',
{
'scale-0': !open,
'scale-100': open,