Toning down borders on literal and escape boxes
This commit is contained in:
parent
c047dab5a4
commit
2a0e0149fd
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user