🐛 Fix default color when neither fill nor background color is set

This commit is contained in:
Elena Torro
2025-07-31 14:49:01 +02:00
committed by Belén Albeza
parent ff1d26294a
commit 9a0c36c442

View File

@@ -198,7 +198,7 @@
background-color (:background page)
text-color (or fill-color (get-default-text-color {:frame frame
:background-color background-color}))
:background-color background-color}) color/black)
fonts
(-> (mf/use-memo (mf/deps content) #(get-fonts content))