Skip to content

Commit 9b74c71

Browse files
committed
fix(UI): minor styling fixes for Night Ops
1 parent 9802dd7 commit 9b74c71

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

admin/inertia/components/DebugInfoModal.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ export default function DebugInfoModal({ open, onClose }: DebugInfoModalProps) {
6767
readOnly
6868
value={loading ? 'Loading...' : debugText}
6969
rows={18}
70-
className="w-full font-mono text-xs bg-gray-50 border border-gray-200 rounded-md p-3 resize-none focus:outline-none text-left"
70+
className="w-full font-mono text-xs text-black bg-gray-50 border border-gray-200 rounded-md p-3 resize-none focus:outline-none text-left"
7171
/>
7272

7373
<div className="mt-3 flex items-center justify-between">

admin/inertia/pages/settings/support.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@ export default function SupportPage() {
99
<div className="xl:pl-72 w-full">
1010
<main className="px-12 py-6 max-w-4xl">
1111
<h1 className="text-4xl font-semibold mb-4">Support the Project</h1>
12-
<p className="text-gray-600 mb-10 text-lg">
12+
<p className="text-text-muted mb-10 text-lg">
1313
Project NOMAD is 100% free and open source — no subscriptions, no paywalls, no catch.
1414
If you'd like to help keep the project going, here are a few ways to show your support.
1515
</p>
1616

1717
{/* Ko-fi */}
1818
<section className="mb-12">
1919
<h2 className="text-2xl font-semibold mb-3">Buy Us a Coffee</h2>
20-
<p className="text-gray-700 mb-4">
20+
<p className="text-text-muted mb-4">
2121
Every contribution helps fund development, server costs, and new content packs for NOMAD.
2222
Even a small donation goes a long way.
2323
</p>
@@ -47,7 +47,7 @@ export default function SupportPage() {
4747
className="w-full"
4848
/>
4949
</a>
50-
<p className="text-gray-700 mb-4">
50+
<p className="text-text-muted mb-4">
5151
Rogue Support is a networking consultation service for home users.
5252
Think of it as Uber for computer networking — expert help when you need it.
5353
</p>
@@ -65,7 +65,7 @@ export default function SupportPage() {
6565
{/* Other Ways to Help */}
6666
<section className="mb-10">
6767
<h2 className="text-2xl font-semibold mb-3">Other Ways to Help</h2>
68-
<ul className="space-y-2 text-gray-700">
68+
<ul className="space-y-2 text-text-muted">
6969
<li>
7070
<a
7171
href="https://github.com/Crosstalk-Solutions/project-nomad"

0 commit comments

Comments
 (0)