Skip to content

Commit 868ae14

Browse files
authored
fix: update changes in templates (#450)
* update changes in templates * update changes * update changes
1 parent 37482ab commit 868ae14

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

data/changes.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -96,11 +96,11 @@ class MasterDetailNG(object):
9696
# This change should add some red between list view items on home page
9797
SCSS_ROOT_ANDROID = ChangeSet(file_path=os.path.join('src', 'app.android.scss'),
9898
old_value='Android here',
99-
new_value='Android here\n.m-r-20{ background-color: red; }\n',
99+
new_value='Android here\n.m-r-5{background-color: red;}\n',
100100
old_color=Colors.WHITE, new_color=Colors.RED)
101101
SCSS_ROOT_IOS = ChangeSet(file_path=os.path.join('src', 'app.ios.scss'),
102102
old_value='iOS here',
103-
new_value='iOS here\n.m-r-20{ background-color: red; }\n',
103+
new_value='iOS here\n.m-r-5{background-color: red;}\n',
104104
old_color=Colors.WHITE, new_color=Colors.RED)
105105

106106
# This change should make background of items on home page purple

0 commit comments

Comments
 (0)