fix(nx-dev): menu chevron alignment
This commit is contained in:
parent
e68a517a75
commit
f994f54c52
@ -155,7 +155,7 @@ function CollapsibleIcon({
|
|||||||
<svg
|
<svg
|
||||||
xmlns="http://www.w3.org/2000/svg"
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
className={cx(
|
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'
|
!isCollapsed && 'rotate-90 transform'
|
||||||
)}
|
)}
|
||||||
fill="none"
|
fill="none"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user