0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-20 05:34:23 -05:00

🐛 Fix font size of token edit modal

This commit is contained in:
Andrés Moya 2024-11-12 14:25:56 +01:00 committed by Andrés Moya
parent 16952a7087
commit 43b90e764d
2 changed files with 2 additions and 1 deletions

View file

@ -381,7 +381,7 @@ Token names should only contain letters and digits separated by . characters.")}
[:div {:class (stl/css :input-row)}
;; This should be remove when labeled-imput is modified
[:span {:class (stl/css :labeled-input-label)} "value"]
[:span {:class (stl/css :labeled-input-label)} "Value"]
[:& tokens.common/labeled-input {:label "Value"
:input-props {:default-value @value-ref
:on-blur on-update-value

View file

@ -41,6 +41,7 @@
.labeled-input-label {
color: var(--color-foreground-primary);
font-size: $fs-12;
}
.error {