0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-03-12 07:41:43 -05:00

🐛 Fix outline corner radius

This commit is contained in:
Alejandro Alonso 2023-01-27 09:26:10 +01:00
parent 2dbeda1d8f
commit 18652d0b6f

View file

@ -69,7 +69,7 @@
:height (:height selrect)
:rx (.-rx border-radius-attrs)
:ry (.-ry border-radius-attrs)
:d border-radius-attrs})]
:d (.-d border-radius-attrs)})]
[:> outline-type (map->obj (merge common props))]))