fix(style)

This commit is contained in:
upsiflu 2024-12-30 13:31:26 +01:00
parent d8554f6ced
commit 8cfd8e8d9f
1 changed files with 1 additions and 0 deletions

View File

@ -26,6 +26,7 @@ const diameter = big? '28px' : '20px'
<style module lang="scss">
.toggle {
font-size: 14px;
font-weight: 600;
line-height: 1em;
position: relative;
padding: calc(var(--padding) - 1px) 0 calc(var(--padding) + 1px) 0;