import { css } from 'styled-components';

export const catalogDarkMode = css`
  --catalog-avatar-bg-color: var(--color-warm-grey-4);
`;
