Make the brand CTA visible and fix two more v3 variable classes
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01UytviPMJbXzD8P84nLvXcq
This commit is contained in:
@@ -205,7 +205,8 @@ export function RemoteAccess() {
|
||||
</div>
|
||||
<div>
|
||||
<Button
|
||||
className="rounded-full bg-[--brand-secondary] text-white hover:opacity-90"
|
||||
variant="brand"
|
||||
className="rounded-full"
|
||||
disabled={!code.trim() || !portalUrl.trim() || connect.isPending}
|
||||
onClick={() => connect.mutate()}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user