浏览代码

Adjust default color of the box shadow

Marcin Ziąbek 5 月之前
父节点
当前提交
b23a4da85a
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Source/QuestPDF/Infrastructure/BoxShadowStyle.cs

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

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