fix(checkbox): modify smb theme (#2096)

This commit is contained in:
James 2024-09-10 20:34:05 -07:00 committed by GitHub
parent b734129b56
commit d30996dd75
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 3 deletions

View File

@ -212,14 +212,14 @@
border-bottom: 16px solid transparent;
border-right: 16px solid var(--ti-checkbox-button-checked-border-color);
border-top-right-radius: 4px;
right: 3px;
right: 5px;
}
&::before {
height: 8px;
width: 4px;
right: 3px;
top: 1px;
right: 6px;
top: 0;
}
}
}