feat: add chat color scheming
This commit is contained in:
committed by
Zoltan Bettenbuk
parent
8be02f9ca1
commit
a35099f949
@@ -6,7 +6,7 @@ import { getParticipantDisplayName } from '../../base/participants';
|
||||
|
||||
import { setPrivateMessageRecipient } from '../actions';
|
||||
|
||||
type Props = {
|
||||
export type Props = {
|
||||
|
||||
/**
|
||||
* Function used to translate i18n labels.
|
||||
@@ -27,7 +27,7 @@ type Props = {
|
||||
/**
|
||||
* Abstract class for the {@code MessageRecipient} component.
|
||||
*/
|
||||
export default class AbstractMessageRecipient extends PureComponent<Props> {
|
||||
export default class AbstractMessageRecipient<P: Props> extends PureComponent<P> {
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user