643f79fb84
We now use CSS to background tile the grid Signed-off-by: Victor Seiji Hariki <victorseijih@gmail.com>
6 lines
65 B
JavaScript
6 lines
65 B
JavaScript
const theme = {
|
|
grid: {
|
|
dark: "#333",
|
|
light: "#555",
|
|
},
|
|
};
|