fix(nx-dev): menu chevron alignment

This commit is contained in:
Juri 2023-09-06 21:44:41 +02:00 committed by Juri Strumpflohner
parent e68a517a75
commit f994f54c52

View File

@ -155,7 +155,7 @@ function CollapsibleIcon({
<svg
xmlns="http://www.w3.org/2000/svg"
className={cx(
'h-3.5 w-3.5 text-slate-600 transition-all dark:text-slate-400',
'w-3.5 text-slate-600 transition-all dark:text-slate-400',
!isCollapsed && 'rotate-90 transform'
)}
fill="none"