All checks were successful
Build and deploy updated apps / Build & deploy (push) Successful in 2m22s
9 lines
176 B
TypeScript
9 lines
176 B
TypeScript
export default defineAppConfig({
|
|
ui: {
|
|
colors: {
|
|
primary: 'gimblet',
|
|
secondary: 'stone',
|
|
neutral: 'sandstone'
|
|
}
|
|
}
|
|
}) |