Skip to content

Commit eab9519

Browse files
JoeMattclaude
andcommitted
fix: add explicit border color to Follow on X button in TestFlightGate
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent cef6a9e commit eab9519

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/TestFlightGate.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ export default function TestFlightGate({ testflightUrl, skipGate }: TestFlightGa
6666
href={TWITTER_URL}
6767
target="_blank"
6868
rel="noreferrer noopener"
69-
className="inline-flex items-center justify-center rounded-md border bg-black text-white px-4 py-2 text-sm font-medium hover:opacity-90 transition"
69+
className="inline-flex items-center justify-center rounded-md border border-gray-700 bg-black text-white px-4 py-2 text-sm font-medium hover:bg-neutral-900 transition"
7070
>
7171
Follow on X (@provenanceapp)
7272
</a>

0 commit comments

Comments
 (0)