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:
parent
2dbeda1d8f
commit
18652d0b6f
1 changed files with 1 additions and 1 deletions
|
@ -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))]))
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue