This repository was archived by the owner on May 8, 2025. It is now read-only.
This repository was archived by the owner on May 8, 2025. It is now read-only.
Cannot revert Material Design study changes #183
Open
Description
I'm trying out the rally preset. It has a lighter background color from the default dark theme. After I comment out the preset usage in the vuetify.js file, the background color remains the same.
import Vue from 'vue';
import Vuetify from 'vuetify/lib';
//import { preset } from 'vue-cli-plugin-vuetify-preset-rally/preset'
Vue.use(Vuetify);
export default new Vuetify({
//preset,
theme: {
dark: true
}
});
Also, I need to manually remove the font link from the index.html. How can I disable these material design study themes? And how can I use a custom background color?
Metadata
Metadata
Assignees
Labels
No labels