reskin: kill riotColorRed & riotColorPinkRed

Merge them into Theme.warningColor

Part of #2174
This commit is contained in:
manuroe
2019-01-18 13:40:09 +01:00
parent acdd585d72
commit b90539acef
15 changed files with 28 additions and 25 deletions
@@ -49,7 +49,7 @@
// Show a red border when the attachment sending failed
if (bubbleCell->bubbleData.attachment.eventSentState == MXEventSentStateFailed)
{
bubbleCell.attachmentView.layer.borderColor = ThemeService.shared.riotColorPinkRed.CGColor;
bubbleCell.attachmentView.layer.borderColor = ThemeService.shared.theme.warningColor.CGColor;
bubbleCell.attachmentView.layer.borderWidth = 1;
}
else