From 2a0e0149fd124e1b9dba3b123e7df6ff43fdee7e Mon Sep 17 00:00:00 2001 From: Jeff Avallone Date: Sat, 17 Feb 2018 10:26:01 -0500 Subject: [PATCH] Toning down borders on literal and escape boxes --- src/components/SVG/style.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/SVG/style.js b/src/components/SVG/style.js index a16b7da..db37f85 100644 --- a/src/components/SVG/style.js +++ b/src/components/SVG/style.js @@ -46,12 +46,12 @@ export default { literalBox: { fill: blue, strokeWidth: '1px', - stroke: black + stroke: brown }, escapeBox: { fill: green, strokeWidth: '1px', - stroke: black + stroke: brown }, charClassBox: { fill: tan