docs: updated documentation for skeletons

This commit is contained in:
Nikita Semenov 2023-03-14 16:20:18 +03:00
parent a8fc13ff1e
commit 9cc412208c
2 changed files with 2 additions and 2 deletions

View File

@ -80,7 +80,7 @@ class CanShowAndHideSkeletons: BaseInitializableViewController {
$0.textAttributes = textAttributes
})
button.configureUIButton(appearance: UILabel.DefaultAppearance.make {
button.configureUIButton(appearance: UIButton.DefaultAppearance.make {
$0.textAttributes = textAttributes
})
}

View File

@ -81,7 +81,7 @@ class CanShowAndHideSkeletons: BaseInitializableViewController {
$0.textAttributes = textAttributes
})
button.configureUIButton(appearance: UILabel.DefaultAppearance.make {
button.configureUIButton(appearance: UIButton.DefaultAppearance.make {
$0.textAttributes = textAttributes
})
}