mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-25 19:10:49 +02:00
reskin: kill riotColorRed & riotColorPinkRed
Merge them into Theme.warningColor Part of #2174
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user