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:
parent
16952a7087
commit
43b90e764d
2 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -41,6 +41,7 @@
|
|||
|
||||
.labeled-input-label {
|
||||
color: var(--color-foreground-primary);
|
||||
font-size: $fs-12;
|
||||
}
|
||||
|
||||
.error {
|
||||
|
|
Loading…
Add table
Reference in a new issue