Updated placeholders, minor editor tweaks

This commit is contained in:
Tom Moor
2022-02-18 08:42:24 -08:00
parent 2a0ff2fe41
commit b9c7694b21
5 changed files with 14 additions and 15 deletions

View File

@@ -3,6 +3,7 @@ import styled from "styled-components";
const Heading = styled.h1<{ centered?: boolean }>`
display: flex;
align-items: center;
user-select: none;
${(props) => (props.centered ? "text-align: center;" : "")}
svg {