1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-25 04:46:40 +07:00

fixed comment menu icon

This commit is contained in:
Fedor Katurov 2022-01-25 16:24:27 +07:00
parent 8b3e118a7b
commit fdd404cd4d
5 changed files with 46 additions and 52 deletions

View file

@ -2,10 +2,11 @@ import React, { FC } from 'react';
import classNames from 'classnames';
import styles from '~/components/flow/FlowCell/styles.module.scss';
import { Icon } from '~/components/input/Icon';
import { ButtonProps } from '~/utils/types';
import styles from './styles.module.scss';
interface Props extends ButtonProps {}
const MenuDots: FC<Props> = ({ ...rest }) => (