Skip to content

Commit

Permalink
darkTheme fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tugcekucukoglu committed Feb 16, 2022
1 parent 4042806 commit 470a428
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ router.beforeEach(function (to, from, next) {

const app = createApp(App);

app.config.globalProperties.$appState = reactive({darkTheme: false, codeSandbox: false, sourceType: 'options-api'});
app.config.globalProperties.$appState = reactive({darkTheme: true, codeSandbox: false, sourceType: 'options-api'});

app.use(PrimeVue, {ripple: true});
app.use(ToastService);
Expand Down

0 comments on commit 470a428

Please sign in to comment.