Skip to content

Commit 123bb2f

Browse files
committed
fix: pass yarn ready
1 parent 4a85149 commit 123bb2f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ts/components/conversation/SessionEmojiPanel.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ import { useSelector } from 'react-redux';
77
import { getTheme, isDarkTheme } from '../../state/selectors/theme';
88
import { FixedBaseEmoji, FixedPickerProps } from '../../types/Reaction';
99
import {
10-
ColorsType,
1110
COLORS,
11+
ColorsType,
1212
PrimaryColorStateType,
1313
THEMES,
1414
ThemeStateType,

ts/themes/switchPrimaryColor.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { find } from 'lodash';
22
import { Dispatch } from '@reduxjs/toolkit';
33
import { applyPrimaryColor } from '../state/ducks/primaryColor';
4-
import { ColorsType, COLORS, getPrimaryColors, PrimaryColorStateType } from './constants/colors';
4+
import { COLORS, ColorsType, getPrimaryColors, PrimaryColorStateType } from './constants/colors';
55

66
export function findPrimaryColorId(hexCode: string): PrimaryColorStateType | undefined {
77
const primaryColors = getPrimaryColors();

0 commit comments

Comments
 (0)