Fix checkbox design in file manager
This commit is contained in:
parent
4719124fd7
commit
b2328b50c6
2 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@ import Input from '@/components/elements/Input';
|
|||
|
||||
export const FileActionCheckbox = styled(Input)`
|
||||
&& {
|
||||
${tw`border-neutral-500`};
|
||||
${tw`border-neutral-500 bg-transparent`};
|
||||
|
||||
&:not(:checked) {
|
||||
${tw`hover:border-neutral-300`};
|
||||
|
|
Reference in a new issue