7 lines
65 B
JavaScript
7 lines
65 B
JavaScript
|
const theme = {
|
||
|
grid: {
|
||
|
dark: "#333",
|
||
|
light: "#555",
|
||
|
},
|
||
|
};
|