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: {
fill: blue,
strokeWidth: '1px',
stroke: black
stroke: brown
},
escapeBox: {
fill: green,
strokeWidth: '1px',
stroke: black
stroke: brown
},
charClassBox: {
fill: tan