mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-05-08 08:58:38 +01:00
Selects custom color when created
This commit is contained in:
@@ -8,7 +8,6 @@ import {
|
||||
ChatColorPicker,
|
||||
PropsDataType,
|
||||
} from '../../components/ChatColorPicker';
|
||||
import { ConversationColorType, CustomColorType } from '../../types/Colors';
|
||||
import { StateType } from '../reducer';
|
||||
import {
|
||||
getConversationSelector,
|
||||
@@ -19,15 +18,6 @@ import { getIntl } from '../selectors/user';
|
||||
|
||||
export type SmartChatColorPickerProps = {
|
||||
conversationId?: string;
|
||||
isGlobal?: boolean;
|
||||
onChatColorReset?: () => unknown;
|
||||
onSelectColor: (
|
||||
color: ConversationColorType,
|
||||
customColorData?: {
|
||||
id: string;
|
||||
value: CustomColorType;
|
||||
}
|
||||
) => unknown;
|
||||
};
|
||||
|
||||
const mapStateToProps = (
|
||||
|
||||
Reference in New Issue
Block a user