Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
2
2021-090 frontend
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
2021-090
2021-090 frontend
Commits
91a881cb
Commit
91a881cb
authored
Oct 11, 2021
by
Pramodh Rajapakse
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
styling fixed
parent
68a70a85
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletion
+4
-1
components/auction.stake.component.js
components/auction.stake.component.js
+1
-1
screen/Auction.Detail.Screen.js
screen/Auction.Detail.Screen.js
+3
-0
No files found.
components/auction.stake.component.js
View file @
91a881cb
...
...
@@ -46,7 +46,7 @@ const styles = StyleSheet.create({
marginVertical
:
10
,
borderRadius
:
10
,
backgroundColor
:
themeColors
.
PRIMARY_COLOR
,
marginHorizontal
:
10
},
label
:
{
fontSize
:
22
,
...
...
screen/Auction.Detail.Screen.js
View file @
91a881cb
...
...
@@ -29,6 +29,9 @@ const AuctionDetailScreen = (props, {navigation}) => {
<
ScrollView
horizontal
>
<
View
style
=
{
styles
.
stakesContainer
}
>
<
AppStakeItem
/>
<
AppStakeItem
/>
<
AppStakeItem
/>
<
AppStakeItem
/>
<
/View
>
<
/ScrollView
>
<
/AppContainer
>
...
...
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