File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -96,11 +96,11 @@ class MasterDetailNG(object):
96
96
# This change should add some red between list view items on home page
97
97
SCSS_ROOT_ANDROID = ChangeSet (file_path = os .path .join ('src' , 'app.android.scss' ),
98
98
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 ' ,
100
100
old_color = Colors .WHITE , new_color = Colors .RED )
101
101
SCSS_ROOT_IOS = ChangeSet (file_path = os .path .join ('src' , 'app.ios.scss' ),
102
102
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 ' ,
104
104
old_color = Colors .WHITE , new_color = Colors .RED )
105
105
106
106
# This change should make background of items on home page purple
You can’t perform that action at this time.
0 commit comments