Skip to content

Commit

Permalink
[Scroll Indicator][xs]: changes color to blue -- refs #105
Browse files Browse the repository at this point in the history
  • Loading branch information
demenech committed Sep 16, 2022
1 parent d1a06f1 commit c490f95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/_shared/ScrollIndicator.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ const ScrollIndicator: React.FC<{
<div
className={`transition-opacity ease-in-out duration-150 w-[6px] h-[6px] ${
active == index ? ' opacity-100' : 'opacity-0'
} bg-[#22B373] rounded-full`}
} bg-nav-underline rounded-full`}
></div>
</button>
))}
Expand Down

0 comments on commit c490f95

Please sign in to comment.