♻️ Improve setInlineStyle (#15193)

This commit is contained in:
Jeffrey Chen 2025-10-31 10:31:06 +08:00 committed by GitHub
parent d76c63a456
commit f2efa61cf0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 11 additions and 16 deletions

View file

@ -105,8 +105,8 @@
}
svg {
height: 14px;
color: var(--b3-theme-on-surface-light);
height: calc(var(--b3-font-size-editor) * 1.625);
width: 14px;
float: left;
transition: var(--b3-color-transition);