From e284eff5704420ea57459ff4bd43a20c645b63c4 Mon Sep 17 00:00:00 2001 From: thecodrr Date: Sat, 21 Mar 2020 10:40:56 +0500 Subject: [PATCH] ui: align textseparator correctly --- apps/web/src/components/editor/index.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/apps/web/src/components/editor/index.js b/apps/web/src/components/editor/index.js index 20abba9fe..45a9f2450 100644 --- a/apps/web/src/components/editor/index.js +++ b/apps/web/src/components/editor/index.js @@ -3,7 +3,6 @@ import "./editor.css"; import ReactQuill from "./react-quill"; import { Flex, Box, Text } from "rebass"; import TitleBox from "./title-box"; -import * as Icon from "../icons"; import Properties from "../properties"; import { useStore, SESSION_STATES } from "../../stores/editor-store"; import { timeConverter } from "../../utils/time"; @@ -13,7 +12,7 @@ import Animated from "../animated"; const TextSeperator = () => { return ( - + );