Created
January 7, 2022 15:07
-
-
Save tararoutray/691770f73d0188ddf8aefb64b339fd36 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div> | |
<div> | |
<label> | |
<!-- Utilty used: accent-rose-500 --> | |
<input type="checkbox" class="accent-rose-500" checked> Customized Checkbox | |
</label> | |
</div> | |
<div> | |
<label> | |
<!-- Utilty used: accent-rose-500 --> | |
<input type="radio" class="accent-rose-500" checked> Customized Radio | |
</label> | |
</div> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment