Skip to content

Commit

Permalink
-
Browse files Browse the repository at this point in the history
  • Loading branch information
Armaldio committed Sep 17, 2024
1 parent fd91b80 commit 7bedf8a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ const app = createApp(App)

app.use(PrimeVue, {
theme: {
preset: Aura
preset: Aura,
darkModeSelector: '.my-app-dark',
}
});

Expand Down
1 change: 1 addition & 0 deletions src/views/home.vue
Original file line number Diff line number Diff line change
Expand Up @@ -473,6 +473,7 @@ const interval = setInterval(() => {
.features {
padding: 2rem 0 4rem;
background: #fff;
}
.pricing {
Expand Down

0 comments on commit 7bedf8a

Please sign in to comment.