diff options
author | bobzel <zzzman@gmail.com> | 2019-02-12 21:40:21 -0500 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2019-02-12 21:40:21 -0500 |
commit | 35fcac231e4ab4dda2c47d7a3a7cf038157465eb (patch) | |
tree | fa99bbcfc960b5f8489db4a34b3b9d78e1ad89bb /src/client/views/nodes/FormattedTextBox.scss | |
parent | e09ddf280d0e2bdef28477a6d7be06c57051dab6 (diff) |
converted collectiondocview document renderer to a react component
Diffstat (limited to 'src/client/views/nodes/FormattedTextBox.scss')
-rw-r--r-- | src/client/views/nodes/FormattedTextBox.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/nodes/FormattedTextBox.scss b/src/client/views/nodes/FormattedTextBox.scss index 492367fce..5139d5d6b 100644 --- a/src/client/views/nodes/FormattedTextBox.scss +++ b/src/client/views/nodes/FormattedTextBox.scss @@ -9,6 +9,6 @@ } .formattedTextBox-cont { - background: white; + background: beige; padding: 1vw; }
\ No newline at end of file |