mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-20 16:42:44 +02:00
Device Verification: Verify screen: Theme emojis names
This commit is contained in:
@@ -16,7 +16,11 @@
|
||||
|
||||
import UIKit
|
||||
|
||||
class VerifyEmojiCollectionViewCell: UICollectionViewCell {
|
||||
class VerifyEmojiCollectionViewCell: UICollectionViewCell, Themable {
|
||||
@IBOutlet weak var emoji: UILabel!
|
||||
@IBOutlet weak var name: UILabel!
|
||||
|
||||
func update(theme: Theme) {
|
||||
name.textColor = theme.textPrimaryColor
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user