Showing
1 changed file
with
1 additions
and
1 deletions
| @@ -54,7 +54,7 @@ export struct behindDivider { | @@ -54,7 +54,7 @@ export struct behindDivider { | ||
| 54 | Divider().strokeWidth(1).color('#f5f5f5').width(CommonConstants.FULL_WIDTH).padding({ left: 10, right: 10 }) | 54 | Divider().strokeWidth(1).color('#f5f5f5').width(CommonConstants.FULL_WIDTH).padding({ left: 10, right: 10 }) |
| 55 | } | 55 | } |
| 56 | } else { | 56 | } else { |
| 57 | - // Divider().strokeWidth(1).color('#f5f5f5').padding({ left: 16, right: 16 }) | 57 | + Divider().strokeWidth(1).color('#f5f5f5').width(CommonConstants.FULL_WIDTH).padding({ left: 10, right: 10 }) |
| 58 | } | 58 | } |
| 59 | } | 59 | } |
| 60 | } | 60 | } |
-
Please register or login to post a comment