mirror of
https://github.com/penpot/penpot.git
synced 2025-12-11 22:14:05 +01:00
🐛 Fix default color when neither fill nor background color is set
This commit is contained in:
committed by
Belén Albeza
parent
ff1d26294a
commit
9a0c36c442
@@ -198,7 +198,7 @@
|
|||||||
background-color (:background page)
|
background-color (:background page)
|
||||||
|
|
||||||
text-color (or fill-color (get-default-text-color {:frame frame
|
text-color (or fill-color (get-default-text-color {:frame frame
|
||||||
:background-color background-color}))
|
:background-color background-color}) color/black)
|
||||||
|
|
||||||
fonts
|
fonts
|
||||||
(-> (mf/use-memo (mf/deps content) #(get-fonts content))
|
(-> (mf/use-memo (mf/deps content) #(get-fonts content))
|
||||||
|
|||||||
Reference in New Issue
Block a user