0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-02-03 21:09:00 -05:00

Fix the text opacity handling.

Fixes #74
This commit is contained in:
Andrey Antukh 2017-03-08 19:58:36 +01:00
parent 05adaf0d61
commit d8b21aa350
No known key found for this signature in database
GPG key ID: 4DFEBCB8316A8B95

View file

@ -92,7 +92,7 @@
(color/rgb->str))] (color/rgb->str))]
(merge (merge
{:fontSize (str font-size "px") {:fontSize (str font-size "px")
:color fill-color :color color
:whiteSpace "pre-wrap" :whiteSpace "pre-wrap"
:textAlign text-align :textAlign text-align
:fontFamily font-family :fontFamily font-family