Skip to content

Commit

Permalink
style(developer): fix dark mode text color
Browse files Browse the repository at this point in the history
  • Loading branch information
steveoh committed Aug 6, 2024
1 parent 1222830 commit 48f9849
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/developer/src/components/page/SelfService.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ export function Component() {
</TextLink>
.
</p>
<h4 className="text-center">Fair use disclaimer</h4>
<h4 className="text-center dark:text-slate-200">Fair use disclaimer</h4>

Check failure on line 149 in src/developer/src/components/page/SelfService.jsx

View workflow job for this annotation

GitHub Actions / 🚀 Deploy to staging

Replace `Fair·use·disclaimer` with `⏎············Fair·use·disclaimer⏎··········`
<p className="dark:text-slate-200">
This API is free to use and we ask that you use it responsibly and
fairly. We reserve the right to block abusive users. Currently, the
Expand Down

0 comments on commit 48f9849

Please sign in to comment.