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 74cfe6f commit 95f5017
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(--default-base))';
frameContent.style.scrollbarColor = 'hsl(var(--default-active)) hsl(var(--background-step-1))';

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

0 comments on commit 95f5017

Please sign in to comment.