forked from Ivasoft/mattermost-mobile
Corrects SemiBold to Semibold (#5903)
* Corrects SemiBold to Semibold * Cleans font
This commit is contained in:
@@ -59,7 +59,7 @@ const getStyleSheet = makeStyleSheetFromTheme((theme: Theme) => {
|
||||
group: {
|
||||
color: theme.sidebarText,
|
||||
fontSize: 10,
|
||||
fontFamily: 'OpenSans-Semibold',
|
||||
fontFamily: 'OpenSans-SemiBold',
|
||||
},
|
||||
groupActive: {
|
||||
color: theme.sidebarTextActiveColor,
|
||||
|
||||
@@ -30,7 +30,7 @@ const getStyleFromTheme = makeStyleSheetFromTheme((theme: Theme) => {
|
||||
title: {
|
||||
color: changeOpacity(theme.centerChannelColor, 0.8),
|
||||
fontSize: 20,
|
||||
fontFamily: 'OpenSans-Semibold',
|
||||
fontFamily: 'OpenSans-SemiBold',
|
||||
marginBottom: 15,
|
||||
marginTop: 10,
|
||||
},
|
||||
|
||||
@@ -49,7 +49,7 @@ const getStyleSheet = makeStyleSheetFromTheme((theme: Theme) => {
|
||||
text: {
|
||||
color: STATUS_COLORS.default,
|
||||
fontSize: 15,
|
||||
fontFamily: 'OpenSans-Semibold',
|
||||
fontFamily: 'OpenSans-SemiBold',
|
||||
lineHeight: 17,
|
||||
},
|
||||
};
|
||||
|
||||
@@ -21,7 +21,7 @@ const getStyleSheet = makeStyleSheetFromTheme((theme: Theme) => {
|
||||
},
|
||||
title: {
|
||||
color: theme.centerChannelColor,
|
||||
fontFamily: 'OpenSans-Semibold',
|
||||
fontFamily: 'OpenSans-SemiBold',
|
||||
marginBottom: 5,
|
||||
fontSize: 14,
|
||||
lineHeight: 20,
|
||||
|
||||
@@ -41,7 +41,7 @@ const getStyleSheet = makeStyleSheetFromTheme((theme: Theme) => {
|
||||
text: {
|
||||
color: STATUS_COLORS.default,
|
||||
fontSize: 15,
|
||||
fontFamily: 'OpenSans-Semibold',
|
||||
fontFamily: 'OpenSans-SemiBold',
|
||||
lineHeight: 17,
|
||||
},
|
||||
};
|
||||
|
||||
@@ -35,7 +35,7 @@ const getStyleSheet = makeStyleSheetFromTheme((theme: Theme) => {
|
||||
},
|
||||
heading: {
|
||||
color: theme.centerChannelColor,
|
||||
fontFamily: 'OpenSans-Semibold',
|
||||
fontFamily: 'OpenSans-SemiBold',
|
||||
},
|
||||
table: {
|
||||
flex: 1,
|
||||
|
||||
@@ -26,7 +26,7 @@ const getStyleSheet = makeStyleSheetFromTheme((theme: Theme) => {
|
||||
title: {
|
||||
color: theme.centerChannelColor,
|
||||
fontSize: 14,
|
||||
fontFamily: 'OpenSans-Semibold',
|
||||
fontFamily: 'OpenSans-SemiBold',
|
||||
lineHeight: 20,
|
||||
marginBottom: 5,
|
||||
},
|
||||
|
||||
@@ -32,7 +32,7 @@ const getStyleSheet = makeStyleSheetFromTheme((theme: Theme) => {
|
||||
flexDirection: 'column',
|
||||
flexWrap: 'wrap',
|
||||
fontSize: 14,
|
||||
fontFamily: 'OpenSans-Semibold',
|
||||
fontFamily: 'OpenSans-SemiBold',
|
||||
color: theme.centerChannelColor,
|
||||
paddingRight: 10,
|
||||
},
|
||||
|
||||
@@ -26,7 +26,7 @@ const getStyleSheet = makeStyleSheetFromTheme((theme: Theme) => ({
|
||||
},
|
||||
action: {
|
||||
color: changeOpacity(theme.centerChannelColor, 0.7),
|
||||
fontFamily: 'OpenSans-Semibold',
|
||||
fontFamily: 'OpenSans-SemiBold',
|
||||
fontSize: 16,
|
||||
lineHeight: 24,
|
||||
},
|
||||
@@ -50,7 +50,7 @@ const getStyleSheet = makeStyleSheetFromTheme((theme: Theme) => ({
|
||||
},
|
||||
title: {
|
||||
color: theme.centerChannelColor,
|
||||
fontFamily: 'OpenSans-Semibold',
|
||||
fontFamily: 'OpenSans-SemiBold',
|
||||
fontSize: 18,
|
||||
lineHeight: 24,
|
||||
},
|
||||
|
||||
@@ -33,7 +33,7 @@ const getStyleFromTheme = makeStyleSheetFromTheme((theme: Theme) => {
|
||||
},
|
||||
text: {
|
||||
color: theme.centerChannelColor,
|
||||
fontFamily: 'OpenSans-Semibold',
|
||||
fontFamily: 'OpenSans-SemiBold',
|
||||
fontSize: 10,
|
||||
},
|
||||
title: {
|
||||
|
||||
Reference in New Issue
Block a user