Skip to content

Commit

Permalink
Merge pull request #111 from FCSCOpendata/test/blue-accent-color
Browse files Browse the repository at this point in the history
[Scroll Indicator][xs]: changes color to blue -- refs #105
  • Loading branch information
demenech authored Sep 19, 2022
2 parents d1a06f1 + c490f95 commit 168e27d
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 168e27d

Please sign in to comment.