mirror of
https://github.com/penpot/penpot.git
synced 2025-07-23 17:17:13 +02:00
🐛 Fix small interface errors
This commit is contained in:
parent
dcd347ab4f
commit
617edd0fa8
42 changed files with 338 additions and 228 deletions
|
@ -28,7 +28,7 @@
|
|||
|
||||
(obj/set! context "font" (str (/ size 2) "px Arial"))
|
||||
(obj/set! context "textAlign" "center")
|
||||
(obj/set! context "fillStyle" "#ffffff")
|
||||
(obj/set! context "fillStyle" "#2e3434")
|
||||
(.fillText context letters (/ size 2) (/ size 1.5))
|
||||
|
||||
(.toDataURL canvas)))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue