Skip to content
This repository was archived by the owner on Sep 11, 2021. It is now read-only.

Commit be6113b

Browse files
committed
Use better checkmark, drawn specifically for 16px artboard
1 parent cbde6c3 commit be6113b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tailwind.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ module.exports = {
4141
'input[type=checkbox]:checked + &, input[type=checkbox]&:checked': {
4242
backgroundColor: 'currentColor',
4343
borderColor: 'currentColor',
44-
backgroundImage: `url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='%23ffffff' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.5 14.586l7.293-8.293a1 1 0 0 1 1.414 1.414l-8 9a1 1 0 0 1-1.414 0l-4-4a1 1 0 0 1 1.414-1.414l3.293 3.293z' fill-rule='evenodd'/%3E%3C/svg%3E")`,
44+
backgroundImage: `url("data:image/svg+xml,%3Csvg viewBox='0 0 16 16' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.293 4.293a1 1 0 0 1 0 1.414L7 12a1 1 0 0 1-1.414 0L3.293 9.707a1 1 0 0 1 1.414-1.414l1.586 1.586 5.586-5.586a1 1 0 0 1 1.414 0z'/%3E%3C/svg%3E")`,
4545
backgroundSize: 'cover',
4646
backgroundPosition: 'center',
4747
backgroundRepeat: 'no-repeat',

0 commit comments

Comments
 (0)