0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-10 17:00:36 -05:00

🐛 Disallowing negative border radius

This commit is contained in:
alonso.torres 2020-12-07 15:56:21 +01:00 committed by Hirunatan
parent 266d4c837c
commit 2f1b72e105

View file

@ -189,6 +189,7 @@
[:div.input-element.pixels
[:> numeric-input
{:placeholder "--"
:min "0"
:on-click select-all
:on-change on-radius-change
:value (attr->string :rx values)}]]