aboutsummaryrefslogtreecommitdiff
path: root/frontend/src/components/decorators
diff options
context:
space:
mode:
authorjackyzha0 <[email protected]>2021-03-05 16:53:52 -0800
committerjackyzha0 <[email protected]>2021-03-05 16:53:52 -0800
commit0c2d38a59f890afed6466658e1ad0341656137c8 (patch)
tree930fb412655daa5243e38f06b94757ce965a0892 /frontend/src/components/decorators
parentfix(typo): public api docs endpoint (diff)
downloadctrl-v-0c2d38a59f890afed6466658e1ad0341656137c8.tar.xz
ctrl-v-0c2d38a59f890afed6466658e1ad0341656137c8.zip
title refactor
Diffstat (limited to 'frontend/src/components/decorators')
-rw-r--r--frontend/src/components/decorators/CharLimit.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/frontend/src/components/decorators/CharLimit.js b/frontend/src/components/decorators/CharLimit.js
index 5a6fdca..1b5de91 100644
--- a/frontend/src/components/decorators/CharLimit.js
+++ b/frontend/src/components/decorators/CharLimit.js
@@ -4,7 +4,6 @@ import styled, { css } from 'styled-components'
// show char limit if length > half of max
const Chars = styled.p`
color: #11111100;
- font-family: 'Roboto Mono', monospace;
position: absolute;
font-size: 0.8em;
writing-mode: vertical-rl;