mirror of
https://github.com/Xevion/rdap.git
synced 2025-12-08 16:08:10 -06:00
Blue checkbox accents, darken checkbox label text slightly
This commit is contained in:
@@ -190,21 +190,21 @@ const LookupInput: FunctionComponent<LookupInputProps> = ({
|
|||||||
<div className="flex flex-wrap pt-3 pb-1 text-sm">
|
<div className="flex flex-wrap pt-3 pb-1 text-sm">
|
||||||
<div className="whitespace-nowrap">
|
<div className="whitespace-nowrap">
|
||||||
<input
|
<input
|
||||||
className="ml-2 mr-1 whitespace-nowrap text-zinc-800 accent-zinc-700"
|
className="ml-2 mr-1 whitespace-nowrap text-zinc-800 accent-blue-700"
|
||||||
type="checkbox"
|
type="checkbox"
|
||||||
{...register("requestJSContact")}
|
{...register("requestJSContact")}
|
||||||
/>
|
/>
|
||||||
<label className="" htmlFor="requestJSContact">
|
<label className="text-zinc-300" htmlFor="requestJSContact">
|
||||||
Request JSContact
|
Request JSContact
|
||||||
</label>
|
</label>
|
||||||
</div>
|
</div>
|
||||||
<div className="whitespace-nowrap">
|
<div className="whitespace-nowrap">
|
||||||
<input
|
<input
|
||||||
className="ml-2 mr-1 bg-zinc-500 text-inherit accent-zinc-700"
|
className="ml-2 mr-1 bg-zinc-500 text-inherit accent-blue-700"
|
||||||
type="checkbox"
|
type="checkbox"
|
||||||
{...register("followReferral")}
|
{...register("followReferral")}
|
||||||
/>
|
/>
|
||||||
<label className="" htmlFor="followReferral">
|
<label className="text-zinc-300" htmlFor="followReferral">
|
||||||
Follow referral to registrar's RDAP record
|
Follow referral to registrar's RDAP record
|
||||||
</label>
|
</label>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user