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:
parent
266d4c837c
commit
2f1b72e105
1 changed files with 1 additions and 0 deletions
|
@ -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)}]]
|
||||
|
|
Loading…
Reference in a new issue