Skip to content

Commit

Permalink
Merge pull request #34577 from github/repo-sync
Browse files Browse the repository at this point in the history
Repo sync
  • Loading branch information
docs-bot committed Sep 13, 2024
2 parents 293a732 + 6b9f6e4 commit eef5e6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/frame/components/ui/ScrollButton/ScrollButton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ export const ScrollButton = ({ className, ariaLabel }: ScrollButtonPropsT) => {
onClick={onClick}
className={cx(
'ghd-scroll-to-top', // for data tracking, see events.ts
'tooltipped tooltipped-n tooltipped-no-delay color-bg-accent-emphasis color-fg-on-emphasis circle border-0',
'tooltipped tooltipped-n tooltipped-no-delay btn circle border-1',

This comment was marked as spam.

Copy link
@sk0777

sk0777 Sep 15, 2024

###

'd-flex flex-items-center flex-justify-center',
customFocus,
)}
Expand Down

0 comments on commit eef5e6e

Please sign in to comment.