Corrects SemiBold to Semibold (#5903)

* Corrects SemiBold to Semibold

* Cleans font
This commit is contained in:
Shaz Amjad
2022-01-20 22:58:08 +10:30
committed by GitHub
parent b8b51296c0
commit 5762bc93b9
46 changed files with 36 additions and 69 deletions

View File

@@ -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,

View File

@@ -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,
},

View File

@@ -49,7 +49,7 @@ const getStyleSheet = makeStyleSheetFromTheme((theme: Theme) => {
text: {
color: STATUS_COLORS.default,
fontSize: 15,
fontFamily: 'OpenSans-Semibold',
fontFamily: 'OpenSans-SemiBold',
lineHeight: 17,
},
};

View File

@@ -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,

View File

@@ -41,7 +41,7 @@ const getStyleSheet = makeStyleSheetFromTheme((theme: Theme) => {
text: {
color: STATUS_COLORS.default,
fontSize: 15,
fontFamily: 'OpenSans-Semibold',
fontFamily: 'OpenSans-SemiBold',
lineHeight: 17,
},
};

View File

@@ -35,7 +35,7 @@ const getStyleSheet = makeStyleSheetFromTheme((theme: Theme) => {
},
heading: {
color: theme.centerChannelColor,
fontFamily: 'OpenSans-Semibold',
fontFamily: 'OpenSans-SemiBold',
},
table: {
flex: 1,

View File

@@ -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,
},

View File

@@ -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,
},

View File

@@ -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,
},

View File

@@ -33,7 +33,7 @@ const getStyleFromTheme = makeStyleSheetFromTheme((theme: Theme) => {
},
text: {
color: theme.centerChannelColor,
fontFamily: 'OpenSans-Semibold',
fontFamily: 'OpenSans-SemiBold',
fontSize: 10,
},
title: {