Modified paper-style boards

This commit is contained in:
Maciej Caderek
2022-04-27 03:06:56 +02:00
parent 1e5da6e159
commit c58f5e7711
2 changed files with 4 additions and 4 deletions

View File

@@ -5,7 +5,7 @@ const style: Style = {
background: {
type: "solid",
data: {
color: "transparent",
color: "#EDEDED",
},
},
dark: {
@@ -27,7 +27,7 @@ const style: Style = {
border: {
type: "solid",
data: {
color: "#EDEDED",
color: "#dcdcdc",
},
},
coords: {

View File

@@ -5,7 +5,7 @@ const style: Style = {
background: {
type: "solid",
data: {
color: "transparent",
color: "#EFDEB1",
},
},
dark: {
@@ -27,7 +27,7 @@ const style: Style = {
border: {
type: "solid",
data: {
color: "#EFDEB1",
color: "#decea5",
},
},
coords: {