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