Initial
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
import 'vuetify/styles';
|
||||
import { createVuetify } from 'vuetify';
|
||||
import { md3 } from 'vuetify/blueprints';
|
||||
|
||||
export default createVuetify({
|
||||
theme: {
|
||||
defaultTheme: 'light',
|
||||
themes: {
|
||||
light: {
|
||||
dark: false,
|
||||
colors: {
|
||||
primary: '#C0392B',
|
||||
background: '#F7F7F5',
|
||||
surface: '#FFFFFF',
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
defaults: {
|
||||
global: {
|
||||
rounded: false,
|
||||
},
|
||||
},
|
||||
});
|
||||
Reference in New Issue
Block a user