Introduce structural CSS classes for page shells, headers, and surface cards Update primary theme color to red and neutral to zinc across the application
9 lines
112 B
TypeScript
9 lines
112 B
TypeScript
export default defineAppConfig({
|
|
ui: {
|
|
colors: {
|
|
primary: 'red',
|
|
neutral: 'zinc'
|
|
}
|
|
}
|
|
})
|