Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
2
2022-209
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
S.G.Chandula
2022-209
Commits
050d69a9
Commit
050d69a9
authored
Mar 15, 2022
by
Gayath
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
color changes on dark mode
parent
df4fed0c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
6 deletions
+9
-6
src/screens/auth/Login.js
src/screens/auth/Login.js
+9
-6
No files found.
src/screens/auth/Login.js
View file @
050d69a9
...
...
@@ -98,8 +98,8 @@ export default function ({ navigation }) {
onChangeText
=
{(
text
)
=>
setEmail
(
text
)}
/
>
<
Text
style
=
{{
marginTop
:
15
,
fontFamily
:
'
SFPRODISPLAYBOLD
'
,
color
:
isDarkmode
?
"
#FFFFFF
"
:
"
#000000
"
,
}}
>
Password
<
/Text
>
<
Text
style
=
{{
marginTop
:
15
,
fontFamily
:
'
SFPRODISPLAYBOLD
'
,
color
:
isDarkmode
?
"
#FFFFFF
"
:
"
#000000
"
,
}}
>
Password
<
/Text
>
<
TextInput
containerStyle
=
{{
marginTop
:
15
}}
placeholder
=
"
Enter your password
"
...
...
@@ -115,8 +115,10 @@ export default function ({ navigation }) {
onPress
=
{()
=>
{
login
();
}}
// textStyle={{fontFamily: SFPRODISPLAYBOLD}}
style
=
{{
marginTop
:
20
,
fontFamily
:
'
SFPRODISPLAYBOLD
'
}}
disabled
=
{
loading
}
/
>
...
...
@@ -129,8 +131,9 @@ export default function ({ navigation }) {
justifyContent
:
"
center
"
,
}}
>
<
Text
size
=
"
md
"
style
=
{{
color
:
isDarkmode
?
"
#FFFFFF
"
:
"
#000000
"
,
}}
>
Don
'
t have an account?</Text>
<
Text
size
=
"
md
"
style
=
{{
color
:
isDarkmode
?
"
#FFFFFF
"
:
"
#000000
"
,
}}
>
Don
'
t have an account?</Text>
<TouchableOpacity
onPress={() => {
navigation.navigate("Register");
...
...
@@ -163,8 +166,8 @@ export default function ({ navigation }) {
navigation.navigate("ForgetPassword");
}}
>
<Text size="md" fontWeight="bold" style={{
color: isDarkmode ? "#FFFFFF" : "#000000",
}}>
<Text size="md" fontWeight="bold" style={{
color:"#045DE9", fontWeight:"bold"
}}>
Forget password
</Text>
</TouchableOpacity>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment