Showing
1 changed file
with
1 additions
and
1 deletions
| @@ -167,7 +167,7 @@ struct localCard { | @@ -167,7 +167,7 @@ struct localCard { | ||
| 167 | radius: 2, | 167 | radius: 2, |
| 168 | }) | 168 | }) |
| 169 | .shadow({ | 169 | .shadow({ |
| 170 | - radius: 5, | 170 | + radius: vp2px(5), |
| 171 | color: 'rgba(0, 0, 0, 0.10)', | 171 | color: 'rgba(0, 0, 0, 0.10)', |
| 172 | offsetX: 0, | 172 | offsetX: 0, |
| 173 | offsetY: 1 | 173 | offsetY: 1 |
-
Please register or login to post a comment