mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-20 16:42:44 +02:00
reskin: Kill kRiotColorXxxx
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 = kRiotColorPinkRed.CGColor;
|
||||
bubbleCell.attachmentView.layer.borderColor = ThemeService.shared.riotColorPinkRed.CGColor;
|
||||
bubbleCell.attachmentView.layer.borderWidth = 1;
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user