File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
resources/scripts/components Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ const light = css<Props>`
1616` ;
1717
1818const checkboxStyle = css < Props > `
19- ${ tw `cursor-pointer appearance-none inline-block align-middle select-none flex-shrink-0 w-4 h-4 text-primary-400 border border-neutral-300 rounded-sm` } ;
19+ ${ tw `bg-neutral-500 cursor-pointer appearance-none inline-block align-middle select-none flex-shrink-0 w-4 h-4 text-primary-400 border border-neutral-300 rounded-sm` } ;
2020 color-adjust: exact;
2121 background-origin: border-box;
2222 transition: all 75ms linear, box-shadow 25ms linear;
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ import Input from '@/components/elements/Input';
66
77export const FileActionCheckbox = styled ( Input ) `
88 && {
9- ${ tw `border-neutral-500` } ;
9+ ${ tw `border-neutral-500 bg-transparent ` } ;
1010
1111 &:not(:checked) {
1212 ${ tw `hover:border-neutral-300` } ;
You can’t perform that action at this time.
0 commit comments