8 lines
81 B
JavaScript
8 lines
81 B
JavaScript
module.exports = {
|
|
theme: {
|
|
colors: {
|
|
primary: 'grey'
|
|
},
|
|
},
|
|
};
|