Skip to content

Commit 688a96a

Browse files
committedJan 24, 2019
fix: livesync test for master-detail-ng
Previous changes where not applied properly for iOS.
1 parent 2ff7e6a commit 688a96a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎data/changes.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,8 @@ class MasterDetailNG(object):
8383
old_color=Colors.WHITE, new_color=Colors.RED_DARK)
8484
SCSS_ROOT_IOS = ChangeSet(file_path=os.path.join('src', 'app.ios.scss'),
8585
old_value='iOS here',
86-
new_value='iOS here\n.page { background-color: red;}\n',
87-
old_color=Colors.WHITE, new_color=Colors.RED_DARK)
86+
new_value='iOS here\n.page { padding: 30; background-color: red; }\n',
87+
old_color=Colors.WHITE, new_color=Colors.RED)
8888

8989
# This change should make background of items on home page purple
9090
SCSS_NESTED_COMMON = ChangeSet(file_path=os.path.join('src', 'app', 'cars', '_car-list.component.scss'),

0 commit comments

Comments
 (0)
Please sign in to comment.