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
174
Merge Requests
13
Security & Compliance
Packages
Wiki
Snippets
Members
Collapse sidebar
Close sidebar
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Minds
Minds Mobile
Commits
86cc3c78
Commit
86cc3c78
authored
1 hour ago
by
Martin Santangelo
Browse files
Options
Download
(fix) common style modal title bold
parent
1649379c
fix/android-font-weight-greather-than-700
1 merge request
!425
Fix android font weight ignore >= 700
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/styles/Common.js
View file @
86cc3c78
...
...
@@ -568,7 +568,7 @@ export const CommonStyle = StyleSheet.create({
paddingBottom
:
10
,
},
modalTitle
:
{
font
Weight
:
'
700
'
,
font
Family
:
'
Roboto-Black
'
,
fontSize
:
18
,
color
:
'
#444
'
,
marginBottom
:
8
,
...
...
This diff is collapsed.
Please
register
or
sign in
to comment