Merge branch 'feature/change_font' into 'develop'

correction for bold

See merge request BPHV_MIPS/mvm_core_ui!489
This commit is contained in:
Pfeil, Scott Robert 2020-06-10 09:24:30 -04:00
commit 189a836adf

View File

@ -95,9 +95,7 @@ open class Styler {
public func isBold() -> Bool {
switch self {
case .Title2XLarge,
.TitleXLarge,
.RegularTitleLarge,
case .RegularTitleLarge,
.RegularTitleMedium,
.RegularBodyLarge,
.RegularBodySmall,
@ -107,7 +105,9 @@ open class Styler {
.B20:
return false
case .BoldTitleLarge,
case .Title2XLarge,
.TitleXLarge,
.BoldTitleLarge,
.BoldTitleMedium,
.BoldBodyLarge,
.BoldBodySmall,