diff --git a/extras/Projucer/Source/Utility/jucer_SVGPathDataComponent.h b/extras/Projucer/Source/Utility/jucer_SVGPathDataComponent.h index 5363684e2b..522e54f1d3 100644 --- a/extras/Projucer/Source/Utility/jucer_SVGPathDataComponent.h +++ b/extras/Projucer/Source/Utility/jucer_SVGPathDataComponent.h @@ -104,6 +104,8 @@ public: void paint (Graphics& g) override { g.setColour (findColour (secondaryBackgroundColourId)); + + g.setColour (findColour (defaultTextColourId)); g.fillPath (path, path.getTransformToScaleToFit (previewPathArea.reduced (4).toFloat(), true)); }