nameLabel?.textColor = isDarkTheme ? UIColor.white : UIColor.black code changed like this label color always remains black
nameLabel?.textColor = isDarkTheme ? UIColor.white : UIColor.black
code changed like this label color always remains black