Only letters, numbers, hyphens, underscores and dots are allowed.
+ Only letters, numbers, hyphens, underscores and dots are allowed.
)}
@@ -63,11 +63,11 @@ export default function CreateRepoPage() {
type="checkbox"
checked={isPrivate}
onChange={e => setIsPrivate(e.target.checked)}
- className="mt-0.5 w-4 h-4 accent-[#0052CC]"
+ className="mt-0.5 w-4 h-4 accent-[var(--c-brand)]"
/>
-
Private repository
-
+ Private repository
+
{isPrivate
? 'Uncheck to make this repository public. Public repositories typically contain open-source code and can be viewed by anyone.'
: 'Check to make this repository private. Only invited collaborators can see and push to it.'}
@@ -81,7 +81,7 @@ export default function CreateRepoPage() {