Skip to content

Commit

Permalink
Changes dropwdown font size
Browse files Browse the repository at this point in the history
  • Loading branch information
RodrigoEC committed Sep 11, 2024
1 parent 46e177f commit 0d414ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion islands/Home/Dropdown.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ function DropdownItem({ href, label, tag }: MenuLink) {
href={href}
class="flex flex-row items-center justify-between flex-grow p-2 hover:bg-black/5 rounded"
>
<p class="font-sans not-italic font-normal text-[15px] text-[#fff] hover:scale-[97%] hover:text-[#02F67C] flex-grow flex gap-[8px] items-center whitespace-nowrap transition duration-300 ease-in-out">
<p class="font-sans not-italic font-normal text-[13px] text-[#FFFFFF] hover:scale-[97%] hover:text-[#02F67C] flex-grow flex gap-[8px] items-center whitespace-nowrap transition duration-300 ease-in-out">
{label}
{tag?.description && tag?.color && (
<div
Expand Down

0 comments on commit 0d414ef

Please sign in to comment.