mirror of
https://github.com/penpot/penpot.git
synced 2025-02-04 05:18:56 -05:00
🐛 Disallowing negative border radius
This commit is contained in:
parent
266d4c837c
commit
2f1b72e105
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue