Browse Source

Adjust default color of the box shadow

Marcin Ziąbek 5 months ago
parent
commit
b23a4da85a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Source/QuestPDF/Infrastructure/BoxShadowStyle.cs

+ 1 - 1
Source/QuestPDF/Infrastructure/BoxShadowStyle.cs

@@ -39,5 +39,5 @@ public sealed class BoxShadowStyle
     /// <summary>
     /// Gets or sets the color of the shadow.
     /// </summary>
-    public Color Color { get; set; } = Colors.Black;
+    public Color Color { get; set; } = Colors.Grey.Medium;
 }