Skip to content

Commit

Permalink
fix(presets): dropdown avatar position
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamincanac committed Feb 16, 2022
1 parent c0661c3 commit 516e7fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/runtime/presets/default.ts
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ const dropdown = {
inactive: 'u-text-gray-700',
disabled: 'cursor-not-allowed opacity-50',
icon: 'h-5 w-5 u-text-gray-400 group-hover:u-text-gray-500 flex-shrink-0',
avatar: '-my-0.5 group-hover:u-bg-gray-200 flex-shrink-0'
avatar: '-m-0.5 group-hover:u-bg-gray-200 flex-shrink-0'
}
}

Expand Down

1 comment on commit 516e7fa

@vercel
Copy link

@vercel vercel bot commented on 516e7fa Feb 16, 2022

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:

Please sign in to comment.