Skip to content

Commit

Permalink
💄 add button cursor
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnsonMao committed Nov 12, 2023
1 parent 8de60ec commit 0d923d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/app/[lang]/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ function Header({ avatar, children, scrollThreshold = 100 }: HeaderProps) {
<div className="py-7">
<div
className={cn(
'relative z-10 inline-block origin-bottom-left scale-[var(--avatar-scale)] rounded-full',
'relative z-10 inline-block origin-left scale-[var(--avatar-scale)] rounded-full',
willChange && 'will-change-transform'
)}
>
Expand Down
2 changes: 1 addition & 1 deletion tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ const tailwindcssConfig = {
require('@tailwindcss/typography'),
plugin(({ addBase, addComponents, addUtilities, theme }) => {
addBase({
a: {
'a, button': {
cursor: theme('cursor.pointer'),
},
});
Expand Down

0 comments on commit 0d923d1

Please sign in to comment.