feat: updated NoticeBanner style

pull/2660/head
William Grant 3 years ago
parent 7fae5344f4
commit e81ac0a847

@ -5,9 +5,8 @@ import { Flex } from './basic/Flex';
const StyledNoticeBanner = styled(Flex)`
background-color: var(--primary-color);
color: var(--background-primary-color);
min-height: 30px;
font-size: var(--font-size-lg);
padding: 0 var(--margins-sm);
padding: var(--margins-xs) var(--margins-sm);
text-align: center;
`;

@ -1088,11 +1088,6 @@ export class ConversationModel extends Backbone.Model<ConversationAttributes> {
return;
}
if (expirationType === 'legacy') {
// TODO If we are the new client then we ignore these updates
// TODO trigger UI
}
const isOutgoing = Boolean(!receivedAt);
source = source || UserUtils.getOurPubKeyStrFromCache();

Loading…
Cancel
Save