Skip to content

Commit

Permalink
Fix (Volunteer and donate buttons): Volunteer button color.
Browse files Browse the repository at this point in the history
  • Loading branch information
JosueMagnus12 committed Oct 18, 2023
1 parent a3682c2 commit 58371e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/locations/_donate_volunteer_buttons.html.slim
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ div class=local_assigns[:container_styles]
= content_tag(\
:a,\
href: local_assigns[:location].organization.decorate.volunteer_link,\
class: "centered-flex w-full gap-2 p-3 border-0 rounded-md font-bold transition-colors text-indigo-700 bg-seafoam hover:bg-electric-teal",\
class: "centered-flex w-full gap-2 p-3 border-0 rounded-md font-bold transition-colors text-blue-dark bg-seafoam hover:bg-electric-teal",\
target: "_blank"\
) do
= image_tag "volunteer-icon.svg", class: "w-7 h-7"
Expand Down

0 comments on commit 58371e5

Please sign in to comment.