Showing
2 changed files
with
2 additions
and
2 deletions
| @@ -142,7 +142,7 @@ class WatchFacePreview extends StatelessWidget { | @@ -142,7 +142,7 @@ class WatchFacePreview extends StatelessWidget { | ||
| 142 | SizedBox( | 142 | SizedBox( |
| 143 | width: themeSize.width, | 143 | width: themeSize.width, |
| 144 | height: themeSize.height, | 144 | height: themeSize.height, |
| 145 | - child: _buildFaceImage(themeImageUrl, | 145 | + child: _buildFaceImage(themeImageUrl2, |
| 146 | 'assets/images/watch_theme/official_default_green.png'), | 146 | 'assets/images/watch_theme/official_default_green.png'), |
| 147 | ), | 147 | ), |
| 148 | SizedBox( | 148 | SizedBox( |
| @@ -151,7 +151,7 @@ class WatchFacePreview extends StatelessWidget { | @@ -151,7 +151,7 @@ class WatchFacePreview extends StatelessWidget { | ||
| 151 | SizedBox( | 151 | SizedBox( |
| 152 | width: themeSize.width, | 152 | width: themeSize.width, |
| 153 | height: themeSize.height, | 153 | height: themeSize.height, |
| 154 | - child: _buildFaceImage(themeImageUrl2, | 154 | + child: _buildFaceImage(themeImageUrl, |
| 155 | 'assets/images/watch_theme/official_default_blue.png'), | 155 | 'assets/images/watch_theme/official_default_blue.png'), |
| 156 | ), | 156 | ), |
| 157 | ], | 157 | ], |
-
Please register or login to post a comment