mirror of
https://github.com/penpot/penpot.git
synced 2026-09-18 18:06:14 +00:00
🐛 Disallowing negative border radius
This commit is contained in:
parent
266d4c837c
commit
2f1b72e105
@ -189,6 +189,7 @@
|
|||||||
[:div.input-element.pixels
|
[:div.input-element.pixels
|
||||||
[:> numeric-input
|
[:> numeric-input
|
||||||
{:placeholder "--"
|
{:placeholder "--"
|
||||||
|
:min "0"
|
||||||
:on-click select-all
|
:on-click select-all
|
||||||
:on-change on-radius-change
|
:on-change on-radius-change
|
||||||
:value (attr->string :rx values)}]]
|
:value (attr->string :rx values)}]]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user