mirror of
https://github.com/penpot/penpot.git
synced 2025-01-10 17:00:36 -05:00
🐛 Fix export component label error
This commit is contained in:
parent
1e1b13196c
commit
03f1ba733d
3 changed files with 2 additions and 3 deletions
|
@ -323,7 +323,6 @@ $height-palette-max: 80px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
.workspace-frame-label {
|
.workspace-frame-label {
|
||||||
font-size: $fs12;
|
font-size: $fs12;
|
||||||
}
|
}
|
||||||
|
|
|
@ -123,7 +123,7 @@
|
||||||
{:value "6" :label "6x"}]
|
{:value "6" :label "6x"}]
|
||||||
|
|
||||||
format-options [{:value "png" :label "PNG"}
|
format-options [{:value "png" :label "PNG"}
|
||||||
{:value "jpeg" :label "JPEG"}
|
{:value "jpeg" :label "JPG"}
|
||||||
{:value "svg" :label "SVG"}
|
{:value "svg" :label "SVG"}
|
||||||
{:value "pdf" :label "PDF"}]]
|
{:value "pdf" :label "PDF"}]]
|
||||||
|
|
||||||
|
|
|
@ -165,7 +165,7 @@
|
||||||
{:value "6" :label "6x"}]
|
{:value "6" :label "6x"}]
|
||||||
|
|
||||||
format-options [{:value "png" :label "PNG"}
|
format-options [{:value "png" :label "PNG"}
|
||||||
{:value "jpeg" :label "JPEG"}
|
{:value "jpeg" :label "JPG"}
|
||||||
{:value "svg" :label "SVG"}
|
{:value "svg" :label "SVG"}
|
||||||
{:value "pdf" :label "PDF"}]]
|
{:value "pdf" :label "PDF"}]]
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue