diff --git a/frontend/src/app/main/ui/workspace/shapes/text/v2_editor.cljs b/frontend/src/app/main/ui/workspace/shapes/text/v2_editor.cljs index 8375cbc379..72003e46bf 100644 --- a/frontend/src/app/main/ui/workspace/shapes/text/v2_editor.cljs +++ b/frontend/src/app/main/ui/workspace/shapes/text/v2_editor.cljs @@ -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))