Showing
1 changed file
with
1 additions
and
0 deletions
| @@ -161,6 +161,7 @@ struct createImg { | @@ -161,6 +161,7 @@ struct createImg { | ||
| 161 | .fontWeight(400) | 161 | .fontWeight(400) |
| 162 | .fontColor(0xffffff) | 162 | .fontColor(0xffffff) |
| 163 | .fontFamily('PingFang SC') | 163 | .fontFamily('PingFang SC') |
| 164 | + .shadow({radius: 4, color: 0xc3cbd5, offsetX: 4, offsetY: 4}) | ||
| 164 | } | 165 | } |
| 165 | .width(48) | 166 | .width(48) |
| 166 | .padding({bottom: 9}) | 167 | .padding({bottom: 9}) |
-
Please register or login to post a comment