Merge branch 'feature/change_font' into 'develop'
correction for bold See merge request BPHV_MIPS/mvm_core_ui!489
This commit is contained in:
commit
189a836adf
@ -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,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user