Skip to content

Commit 5bd0627

Browse files
authored
Merge pull request #133 from NativeScript/tsonevn_dataentry_formattedstring
edit dataentry Button FormattedString
2 parents 7b57f64 + 0ee8bf5 commit 5bd0627

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

app/common-screens-category/dataentry/dataentry-signup/dataentry-signup.component.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33
<StackLayout>
44
<Button class="btn btn-outline icon btn-active" (tap)="onFacebookLoginTap()">
55
<FormattedString>
6-
<Span text="&#xea90;" fontSize="18" horizontalAlign="left" foregroundColor="#3B5998"></Span>
6+
<Span text="&#xea90;" horizontalAlign="left" foregroundColor="#3B5998"></Span>
77
<Span text=" Sign up with " foregroundColor="#3B5998"></Span>
88
<Span text="Facebook" fontAttributes="Bold" foregroundColor="#3B5998"></Span>
99
</FormattedString>
1010
</Button>
1111
<Button class="btn btn-outline icon btn-active" (tap)="onGoogleLoginTap()">
1212
<FormattedString>
13-
<Span text="&#xea8b;" fontSize="18" foregroundColor="#d34836" ></Span>
13+
<Span text="&#xea8b;" foregroundColor="#d34836" ></Span>
1414
<Span text=" Sign up with " foregroundColor="#d34836" ></Span>
1515
<Span text="Google +" foregroundColor="#d34836" fontAttributes="Bold"></Span>
1616
</FormattedString>

app/common-screens-category/dataentry/dataentry-sociallogin/dataentry-sociallogin.component.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@
66
<Image width="210" height="150" class="m-30" src="res://icon"></Image>
77
<Button class="btn btn-outline icon btn-active" borderColor="#3B5998" (tap)="onFacebookLoginTap()">
88
<FormattedString>
9-
<Span text="&#xea90;" fontSize="18" horizontalAlign="left" foregroundColor="#3B5998"></Span>
9+
<Span text="&#xea90;" horizontalAlign="left" foregroundColor="#3B5998"></Span>
1010
<Span text=" Login with " foregroundColor="#3B5998"></Span>
1111
<Span text="Facebook" fontAttributes="Bold" foregroundColor="#3B5998"></Span>
1212
</FormattedString>
1313
</Button>
1414
<Button color="#3B5998" class="btn btn-outline icon btn-active" borderColor="#d34836" (tap)="onGoogleLoginTap()">
1515
<FormattedString>
16-
<Span text="&#xea8b;" fontSize="18" foregroundColor="#d34836" class="icon"></Span>
16+
<Span text="&#xea8b;" foregroundColor="#d34836"></Span>
1717
<Span text=" Login with " foregroundColor="#d34836" class="h3"></Span>
1818
<Span text="Google +" foregroundColor="#d34836" fontAttributes="Bold" class="h2"></Span>
1919
</FormattedString>

0 commit comments

Comments
 (0)