mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-30 04:46:59 +00:00
refactor(gui): linting
Signed-off-by: Pranav C <61551451+pranavxc@users.noreply.github.com>
This commit is contained in:
@@ -1,19 +1,18 @@
|
||||
import colors from 'vuetify/es5/util/colors';
|
||||
// import colors from 'vuetify/es5/util/colors'
|
||||
import '@mdi/font/css/materialdesignicons.css' // Ensure you are using css-loader
|
||||
|
||||
export default function ({app}) {
|
||||
export default function ({ app }) {
|
||||
return {
|
||||
icons: {
|
||||
iconfont: 'mdi', // default - only for display purposes
|
||||
iconfont: 'mdi' // default - only for display purposes
|
||||
},
|
||||
theme: {
|
||||
options: {
|
||||
customProperties: true,
|
||||
customProperties: true
|
||||
},
|
||||
dark: app.store.state.windows.darkTheme,
|
||||
themes: {
|
||||
|
||||
|
||||
dark: {
|
||||
primary: '#0989ff',
|
||||
'x-active': '#e91e63',
|
||||
@@ -30,7 +29,7 @@ export default function ({app}) {
|
||||
text: '#333333',
|
||||
textLight: '#929292',
|
||||
backgroundColor: '#f7f7f7',
|
||||
backgroundColorDefault: '#ffffff',
|
||||
backgroundColorDefault: '#ffffff'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user