Skip to content

Commit 1483c32

Browse files
fix: dark theme
1 parent fd9159e commit 1483c32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/routes/@[scope]/(_islands)/ScopeMemberLeave.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ export function ScopeMemberLeave({
3838
class="max-w-3xl border-t border-jsr-cyan-950/10 pt-8 mt-12"
3939
>
4040
<h2 class="text-lg font-semibold">Leave scope</h2>
41-
<p class="mt-2 text-jsr-gray-600">
41+
<p class="mt-2 text-secondary">
4242
Leaving this scope will revoke your access to all packages in this
4343
scope. You will no longer be able to publish packages to this
4444
scope{isAdmin && " or manage members"}.

0 commit comments

Comments
 (0)