aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/views/nodes')
-rw-r--r--src/client/views/nodes/FormattedTextBox.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/nodes/FormattedTextBox.scss b/src/client/views/nodes/FormattedTextBox.scss
index 42e5320d3..1b10cfff7 100644
--- a/src/client/views/nodes/FormattedTextBox.scss
+++ b/src/client/views/nodes/FormattedTextBox.scss
@@ -14,7 +14,7 @@
background: $light-color-secondary;
padding: 0.7em;
border-width: 1px;
- border-radius: 0.3em;
+ border-radius: $border-radius;
border-color: $intermediate-color;
box-sizing: border-box;
border-style: solid;