feat(editor): add permalink section in editor

This commit is contained in:
41666 2022-01-22 22:07:11 -05:00
parent f86eaae5e9
commit 0d96a4f973
11 changed files with 125 additions and 2 deletions

View file

@ -40,7 +40,7 @@ const common = css`
}
`;
const StyledTextInput = styled.input`
export const StyledTextInput = styled.input`
${common};
`;
@ -89,6 +89,7 @@ export const TextInputWithIcon = (props: TextInputWithIconProps) => {
const StyledTextarea = styled.textarea`
${common};
${fontCSS};
margin: 0.5em 0;
`;
export const MultilineTextInput = (