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