Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
safetcut-app
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Registry
Registry
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
atichat
safetcut-app
Commits
d0477f15
Commit
d0477f15
authored
Jul 10, 2019
by
Prachpawee
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update style
parent
36621823
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
src/constants/Styles.js
+1
-1
src/screens/public/forgotPassword.js
+1
-1
src/screens/public/sendEmail.js
+1
-1
No files found.
src/constants/Styles.js
View file @
d0477f15
...
...
@@ -25,7 +25,7 @@ export const theme = StyleSheet.create({
},
roundedBtn
:
{
alignItems
:
'center'
,
borderRadius
:
100
,
borderRadius
:
24
,
},
input
:
{
width
:
300
,
...
...
src/screens/public/forgotPassword.js
View file @
d0477f15
...
...
@@ -8,7 +8,7 @@ export default class forgotPassword extends Component {
return
(
<
Container
>
<
Content
style
=
{
theme
.
startContainer
}
>
<
Text
style
=
{
theme
.
startTitle
}
>
Forgot
Password
<
/Text
>
<
Text
style
=
{
[
theme
.
startTitle
,
{
fontSize
:
22
,
fontWeight
:
'bold'
}]
}
>
Forgot
Password
<
/Text
>
<
View
style
=
{{
paddingHorizontal
:
15
,
marginTop
:
40
}}
>
<
Text
style
=
{{
color
:
color
.
grey1
}}
>
Please
enter
your
email
address
.
<
/Text
>
<
Text
style
=
{{
color
:
color
.
grey1
}}
>
...
...
src/screens/public/sendEmail.js
View file @
d0477f15
...
...
@@ -14,7 +14,7 @@ export default class sendEmail extends Component {
width
:
135
,
height
:
135
,
alignSelf
:
'center'
,
borderRadius
:
100
,
borderRadius
:
65
,
}}
source
=
{{
uri
:
...
...
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