aboutsummaryrefslogtreecommitdiff
path: root/frontend/src/components/decorators
diff options
context:
space:
mode:
authorjackyzha0 <[email protected]>2021-03-06 14:44:15 -0800
committerjackyzha0 <[email protected]>2021-03-06 14:44:15 -0800
commite9a7416fabbbb0155c09ee86e7843a4d87e0c118 (patch)
tree4243141cd2f151c65a0b4a8d34213b762aeef516 /frontend/src/components/decorators
parentcode input style finalizations (diff)
downloadctrl-v-e9a7416fabbbb0155c09ee86e7843a4d87e0c118.tar.xz
ctrl-v-e9a7416fabbbb0155c09ee86e7843a4d87e0c118.zip
code renderer virtualization, better visuals
Diffstat (limited to 'frontend/src/components/decorators')
-rw-r--r--frontend/src/components/decorators/CharLimit.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/src/components/decorators/CharLimit.js b/frontend/src/components/decorators/CharLimit.js
index 5201377..fcf14d0 100644
--- a/frontend/src/components/decorators/CharLimit.js
+++ b/frontend/src/components/decorators/CharLimit.js
@@ -1,5 +1,5 @@
import React from 'react';
-import styled, { css } from 'styled-components'
+import styled from 'styled-components'
// show char limit if length > half of max
const Chars = styled.p`