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
e82b63e3
Commit
e82b63e3
authored
Sep 24, 2019
by
Tonk
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
.
parent
768f47dd
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
screens/Private/SmartMeterScreen/McbLinkScreen.js
+2
-2
No files found.
screens/Private/SmartMeterScreen/McbLinkScreen.js
View file @
e82b63e3
...
...
@@ -179,12 +179,12 @@ class McbLinkScreen extends React.Component {
return
(
<
Card
style
=
{[
styles
.
electronicCard
,
{
backgroundColor
:
color
.
lightGrey
}]}
>
<
TouchableOpacity
style
=
{[
theme
.
centerContainer
,
{
flex
:
1
}]}
style
=
{[
theme
.
centerContainer
,
{
width
:
65
}]}
onPress
=
{()
=>
this
.
setState
({
isAddElectronicVisible
:
true
})}
disabled
=
{
toggleDel
}
>
<
Icon
style
=
{
[
styles
.
electronicIcon
,
{
color
:
color
.
white
}]
}
style
=
{
{
color
:
color
.
white
,
marginBottom
:
10
}
}
name
=
{
'ios-add-circle'
}
/
>
<
Text
style
=
{[
styles
.
electronictext
,
{
color
:
color
.
white
}]}
>
...
...
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