Skip to content

Commit

Permalink
Merge pull request #17 from deco-sites/karla-discount-and-color-ajust
Browse files Browse the repository at this point in the history
fix: title color
  • Loading branch information
karlaoshikawa authored Dec 4, 2024
2 parents 0549641 + cfd7f22 commit 832ebae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/ui/SectionHeader.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ function Header(props: Props) {
/>
)}

<p class="text-success text-xl md:text-2xl items-start ">
<p class="text-[#000] text-xl md:text-2xl items-start ">
{props.title}
</p>
</div>
Expand Down

0 comments on commit 832ebae

Please sign in to comment.