mirror of
https://github.com/penpot/penpot.git
synced 2025-04-30 20:06:21 +02: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)}
|
[:div {:class (stl/css :input-row)}
|
||||||
;; This should be remove when labeled-imput is modified
|
;; 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"
|
[:& tokens.common/labeled-input {:label "Value"
|
||||||
:input-props {:default-value @value-ref
|
:input-props {:default-value @value-ref
|
||||||
:on-blur on-update-value
|
:on-blur on-update-value
|
||||||
|
|
|
@ -41,6 +41,7 @@
|
||||||
|
|
||||||
.labeled-input-label {
|
.labeled-input-label {
|
||||||
color: var(--color-foreground-primary);
|
color: var(--color-foreground-primary);
|
||||||
|
font-size: $fs-12;
|
||||||
}
|
}
|
||||||
|
|
||||||
.error {
|
.error {
|
||||||
|
|
Loading…
Add table
Reference in a new issue