fix: pass yarn ready

pull/2522/head
William Grant 2 years ago
parent 4a851490ae
commit 123bb2f6d0

@ -7,8 +7,8 @@ import { useSelector } from 'react-redux';
import { getTheme, isDarkTheme } from '../../state/selectors/theme';
import { FixedBaseEmoji, FixedPickerProps } from '../../types/Reaction';
import {
ColorsType,
COLORS,
ColorsType,
PrimaryColorStateType,
THEMES,
ThemeStateType,

@ -1,7 +1,7 @@
import { find } from 'lodash';
import { Dispatch } from '@reduxjs/toolkit';
import { applyPrimaryColor } from '../state/ducks/primaryColor';
import { ColorsType, COLORS, getPrimaryColors, PrimaryColorStateType } from './constants/colors';
import { COLORS, ColorsType, getPrimaryColors, PrimaryColorStateType } from './constants/colors';
export function findPrimaryColorId(hexCode: string): PrimaryColorStateType | undefined {
const primaryColors = getPrimaryColors();

Loading…
Cancel
Save