Checkbox RTL

pull/6634/head
tugcekucukoglu 2024-10-21 13:38:32 +03:00
parent ebe389b60d
commit 2f6bd6c9cf
1 changed files with 2 additions and 2 deletions

View File

@ -14,8 +14,8 @@ const theme = ({ dt }) => `
cursor: pointer; cursor: pointer;
appearance: none; appearance: none;
position: absolute; position: absolute;
top: 0; inset-block-start: 0;
left: 0; inset-inline-start: 0;
width: 100%; width: 100%;
height: 100%; height: 100%;
padding: 0; padding: 0;