Skip to content

Commit

Permalink
fix(nx-dev): menu chevron alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
juristr committed Sep 7, 2023
1 parent e68a517 commit f994f54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nx-dev/ui-common/src/lib/sidebar.tsx
Expand Up @@ -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"
Expand Down

1 comment on commit f994f54

@vercel
Copy link

@vercel vercel bot commented on f994f54 Sep 7, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

nx-dev – ./

nx-dev-nrwl.vercel.app
nx-dev-git-master-nrwl.vercel.app
nx-five.vercel.app
nx.dev

Please sign in to comment.