Toning down borders on literal and escape boxes

This commit is contained in:
Jeff Avallone 2018-02-17 10:26:01 -05:00
parent c047dab5a4
commit 2a0e0149fd

View File

@ -46,12 +46,12 @@ export default {
literalBox: { literalBox: {
fill: blue, fill: blue,
strokeWidth: '1px', strokeWidth: '1px',
stroke: black stroke: brown
}, },
escapeBox: { escapeBox: {
fill: green, fill: green,
strokeWidth: '1px', strokeWidth: '1px',
stroke: black stroke: brown
}, },
charClassBox: { charClassBox: {
fill: tan fill: tan