Skip to content

Commit

Permalink
Refactor VersionCheckChangelog component to update scrollbar color in…
Browse files Browse the repository at this point in the history
… frame content
  • Loading branch information
Adammatthiesen committed Dec 22, 2024
1 parent 45d72b9 commit 74cfe6f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ const { link } = Astro.props;
frameContent.style.overflowWrap = 'break-word';
frameContent.style.overflowY = 'auto';
frameContent.style.scrollbarWidth = 'thin';
frameContent.style.scrollbarColor = 'hsl(var(--background-step-3)) hsl(var(--background-step-1))';
frameContent.style.scrollbarColor = 'hsl(var(--background-step-3)) hsl(var(--default-base))';

frameButton.addEventListener('mouseenter', () => {
frameButton.style.backgroundColor = 'hsl(var(--default-base))';
Expand Down

0 comments on commit 74cfe6f

Please sign in to comment.