order status updates working
This commit is contained in:
@@ -12,19 +12,29 @@ import 'vuetify/styles'
|
||||
import { createVuetify } from 'vuetify'
|
||||
|
||||
// https://vuetifyjs.com/en/introduction/why-vuetify/#feature-guides
|
||||
const black = '#333'
|
||||
export default createVuetify({
|
||||
theme: {
|
||||
themes: {
|
||||
light: {
|
||||
colors: {
|
||||
background: '#fffefd',
|
||||
surface: '#fffefd',
|
||||
primary: '#1A6CAB',
|
||||
background: '#fdfffe',
|
||||
surface: '#fdfffe',
|
||||
// primary: '#1A6CAB',
|
||||
primary: '#00CC33',
|
||||
// secondary: '#59B8FF',
|
||||
success: '#00CC33',
|
||||
// info: '#fba92c',
|
||||
warning: '#ffcc00',
|
||||
error: '#CC0033',
|
||||
"on-background": black,
|
||||
"on-surface": black,
|
||||
"on-primary": black,
|
||||
"on-secondary": black,
|
||||
"on-success": black,
|
||||
"on-info": black,
|
||||
"on-warning": black,
|
||||
"on-error": black,
|
||||
},
|
||||
dark: false,
|
||||
variables: {},
|
||||
|
||||
Reference in New Issue
Block a user