Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
0517356
GL PROJ
Commits
9e3556a1
Commit
9e3556a1
authored
Jun 22, 2021
by
Thomas
Browse files
no message
parent
cb9b701f
Changes
2
Hide whitespace changes
Inline
Side-by-side
TraCloSo/components/Card.js
View file @
9e3556a1
...
...
@@ -28,7 +28,7 @@ const Card = (props) => {
<
View
style
=
{
style
.
cardStyle
}
>
<
View
style
=
{{
flexDirection
:
'
row
'
}}
>
<
Image
source
=
{
props
.
Logo
}
source
=
{
{
uri
:
props
.
Logo
}
}
style
=
{
style
.
imageStyle
}
/
>
<
View
style
=
{{
paddingTop
:
'
1%
'
,
paddingLeft
:
'
7%
'
}}
>
...
...
TraCloSo/scr/Brand.js
View file @
9e3556a1
...
...
@@ -54,7 +54,7 @@ export default function BrandScreen({ navigation, route }) {
<
View
style
=
{
style
.
BrandHeader
}
>
<
View
style
=
{{
flexDirection
:
'
row
'
}}
>
<
Image
source
=
{
Logo
}
source
=
{
{
uri
:
Logo
}
}
style
=
{
style
.
BrandLogo
}
/
>
<
Text
style
=
{
style
.
BrandText
}
>
{
BrandName
}
<
/Text
>
...
...
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