Skip to content

Commit

Permalink
fix: font color fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kemuru committed Dec 1, 2024
1 parent 840c480 commit c02ecfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/[pohid]/[chain]/[request]/Vouch.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ export default function Vouch({
trigger={<button className="btn-main mb-2">Vouch</button>}
>
<div className="flex flex-col items-center p-4">
<span className="txt m-2">
<span className="txt m-2 text-primaryText">
Make sure the person exists and only vouch for people you have
physically encountered. Note that in case a profile is removed for
(Sybil attack) or (Identity theft), all people who had vouched for
Expand Down

0 comments on commit c02ecfe

Please sign in to comment.