mirror of
https://github.com/streetwriters/notesnook.git
synced 2026-09-02 20:21:19 +02:00
ui: align textseparator correctly
This commit is contained in:
@@ -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 (
|
||||
<Text mx={1} fontSize="20px">
|
||||
<Text as="span" mx={1} mt={"-3px"} fontSize="20px">
|
||||
•
|
||||
</Text>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user