mirror of
https://github.com/penpot/penpot.git
synced 2026-03-19 17:03:44 +00:00
add nodes style and fix cards size
This commit is contained in:
@@ -167,9 +167,10 @@
|
||||
(start-path-edition id index))]
|
||||
[:g.controls
|
||||
(for [[index {:keys [x y]}] (map-indexed vector points)]
|
||||
[:circle {:cx x :cy y :r 3
|
||||
[:circle {:cx x :cy y :r 6
|
||||
:on-mouse-down (partial on-mouse-down index)
|
||||
:fill "red"}])]))
|
||||
:fill "#31e6e0"
|
||||
:stroke "#28c4d4"}])]))
|
||||
|
||||
(mx/defc selection-handlers
|
||||
{:mixins [mx/reactive mx/static]}
|
||||
|
||||
Reference in New Issue
Block a user