mirror of
https://github.com/penpot/penpot.git
synced 2025-12-11 22:14:05 +01:00
🐛 Fix font size of token edit modal
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user