Skip to content
Projects
Groups
Snippets
Help
Sign in / Register
Toggle navigation
Minds Mobile
Project overview
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Locked Files
Issues
219
Merge Requests
12
Security & Compliance
Packages
Analytics
Wiki
Snippets
Members
Collapse sidebar
Close sidebar
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Minds
Minds Mobile
Commits
5bfba49e
Commit
5bfba49e
authored
36 minutes ago
by
Martin Santangelo
Browse files
Options
Download
(fix) use theme font in phone input
parent
5052b290
new-navigation-designs
1 merge request
!504
WIP: New navigation Screens
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
src/common/components/PhoneValidationComponent.js
View file @
5bfba49e
...
...
@@ -28,6 +28,7 @@ import logService from '../services/log.service';
import
ListItemButton
from
'
./ListItemButton
'
;
import
Icon
from
'
react-native-vector-icons/MaterialIcons
'
;
import
{
ComponentsStyle
}
from
'
../../styles/Components
'
;
import
ThemedStyles
from
'
../../styles/ThemedStyles
'
;
@
inject
(
'
user
'
,
'
wallet
'
)
@
observer
...
...
@@ -140,7 +141,7 @@ export default class PhoneValidationComponent extends Component {
ComponentsStyle
.
loginInputNew
,
CS
.
marginRight2x
,
]}
textStyle
=
{
CS
.
colorPrimaryText
}
textStyle
=
{
ThemedStyles
.
style
.
colorPrimaryText
}
value
=
{
this
.
state
.
phone
}
onChangePhoneNumber
=
{
this
.
setPhone
}
ref
=
"
phoneInput
"
...
...
This diff is collapsed.
Please
register
or
sign in
to comment