mirror of
https://github.com/penpot/penpot.git
synced 2026-04-25 19:28:12 +00:00
🐛 Disallowing negative border radius
This commit is contained in:
parent
266d4c837c
commit
2f1b72e105
@ -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…
x
Reference in New Issue
Block a user