Skip to content

Commit

Permalink
feat: new logo and theme
Browse files Browse the repository at this point in the history
  • Loading branch information
Akryum committed Dec 24, 2024
1 parent 86a1350 commit bddc415
Showing 4 changed files with 94 additions and 25 deletions.
2 changes: 1 addition & 1 deletion packages/app/app/app.config.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
export default defineAppConfig({
ui: {
colors: {
primary: 'cyan',
primary: 'sky',
},
},
})
2 changes: 1 addition & 1 deletion packages/app/app/app.vue
Original file line number Diff line number Diff line change
@@ -19,7 +19,7 @@ useSeoMeta({
<UApp>
<div class="flex flex-col min-h-screen">
<div class="flex-1">
<NuxtLoadingIndicator color="#06b6d4" />
<NuxtLoadingIndicator color="#0ea5e9" />
<NuxtLayout>
<NuxtPage />
</NuxtLayout>
Binary file modified packages/app/public/favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
115 changes: 92 additions & 23 deletions packages/app/public/favicon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit bddc415

Please sign in to comment.