correction for bold

This commit is contained in:
Kevin G Christiano 2020-06-10 09:22:04 -04:00
parent a5d59db903
commit b73774a7c8

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,