Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
E
EmidWife-New
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
2023-24-005
EmidWife-New
Commits
02666913
Commit
02666913
authored
May 17, 2024
by
Malsha Jayakody
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/feature/skin-manage' into final-app
parents
0ca567e0
c8f2b6e0
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
src/screens/home/skin/AdditionalSymptoms.js
src/screens/home/skin/AdditionalSymptoms.js
+2
-2
src/screens/home/skin/WelcomeSkin.js
src/screens/home/skin/WelcomeSkin.js
+2
-1
No files found.
src/screens/home/skin/AdditionalSymptoms.js
View file @
02666913
...
...
@@ -223,7 +223,7 @@ const styles = StyleSheet.create({
textAlign
:
'
center
'
,
marginHorizontal
:
20
,
marginBottom
:
20
,
color
:
COLORS
.
black
,
color
:
COLORS
.
white
,
fontWeight
:
'
bold
'
,
},
separator
:
{
...
...
@@ -330,7 +330,7 @@ const styles = StyleSheet.create({
},
videoBox
:
{
backgroundColor
:
COLORS
.
white
,
// Set background color to white
backgroundColor
:
'
#11324D
'
,
// Set background color to white
borderWidth
:
2
,
// Set the border width
borderColor
:
'
#80BCBD
'
,
// Set the border color
borderRadius
:
10
,
// Set border radius for rounded corners
...
...
src/screens/home/skin/WelcomeSkin.js
View file @
02666913
...
...
@@ -67,7 +67,8 @@ const WelcomeExercise = ({ navigation }) => {
title
=
"
Start Today
"
style
=
{{
marginTop
:
12
,
width
:
"
100%
"
width
:
"
100%
"
,
marginTop
:
43
}}
onPress
=
{()
=>
navigation
.
navigate
(
ROUTES
.
SKIN_UPLOAD
)}
/
>
...
...
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