mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-30 21:26:57 +02:00
Update the room settings page to respect the Zeplin requiremenents (font size, color...)
This commit is contained in:
@@ -632,7 +632,7 @@
|
||||
|
||||
// disable the edition if the user cannoy update it
|
||||
roomTopicCell.mxkTextView.editable = mxRoom.isModerator;
|
||||
roomTopicCell.mxkTextView.textColor = mxRoom.isModerator ? [UIColor blackColor] : [UIColor lightGrayColor];
|
||||
roomTopicCell.mxkTextView.textColor = VECTOR_TEXT_GRAY_COLOR;
|
||||
|
||||
cell = roomTopicCell;
|
||||
}
|
||||
@@ -664,7 +664,7 @@
|
||||
|
||||
// disable the edition if the user cannoy update it
|
||||
roomNameCell.editable = mxRoom.isModerator;
|
||||
roomNameCell.mxkTextField.textColor = mxRoom.isModerator ? [UIColor blackColor] : [UIColor lightGrayColor];
|
||||
roomNameCell.mxkTextField.textColor = VECTOR_TEXT_GRAY_COLOR;
|
||||
|
||||
|
||||
// Add a "textFieldDidChange" notification method to the text field control.
|
||||
|
||||
Reference in New Issue
Block a user