fix: code style (#208)

* fix: code style

* fix: add copy icon
This commit is contained in:
DiamondThree
2022-08-12 15:24:16 +08:00
committed by GitHub
parent 9be0735207
commit 551ddf5f94
4 changed files with 23 additions and 8 deletions
@@ -40,8 +40,9 @@ const todoIsEmpty = (contentValue: ContentColumnValue): boolean => {
(todoValue.length === 1 && !todoValue[0]['text'])
);
};
const BulletLeft = styled('div')(() => ({
const BulletLeft = styled('div')(({ theme }) => ({
height: '22px',
color: theme.affine.typography.body1.color,
}));
export const BulletView = ({ block, editor }: CreateView) => {
// block.remove();