Skip to content

fix: update changes in templates #450

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Dec 5, 2019
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions data/changes.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,11 +96,11 @@ class MasterDetailNG(object):
# This change should add some red between list view items on home page
SCSS_ROOT_ANDROID = ChangeSet(file_path=os.path.join('src', 'app.android.scss'),
old_value='Android here',
new_value='Android here\n.m-r-20{ background-color: red; }\n',
new_value='Android here\n.m-r-20{ background-color: red; stretch: aspectFit}\n',
old_color=Colors.WHITE, new_color=Colors.RED)
SCSS_ROOT_IOS = ChangeSet(file_path=os.path.join('src', 'app.ios.scss'),
old_value='iOS here',
new_value='iOS here\n.m-r-20{ background-color: red; }\n',
new_value='iOS here\n.m-r-20{ background-color: red; stretch: aspectFit}\n',
old_color=Colors.WHITE, new_color=Colors.RED)

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