diff --git a/apps/lp/app/assets/style/main.css b/apps/lp/app/assets/style/main.css
index ac1e985b..c9deb5b0 100644
--- a/apps/lp/app/assets/style/main.css
+++ b/apps/lp/app/assets/style/main.css
@@ -19,22 +19,10 @@ html, body, #__nuxt, #__layout {
}
@theme {
- --font-family-newsreader: 'Newsreader', serif;
- --font-family-inter: 'Inter', sans-serif;
- --font-family-geist: 'Geist', sans-serif;
- --font-family-geist-mono: 'GeistMono', sans-serif;
-}
-
-.font-geist-mono {
- font-family: 'GeistMono', sans-serif;
-}
-
-.font-geist {
- font-family: 'Geist', sans-serif;
-}
-
-.font-newsreader {
- font-family: 'Newsreader', serif;
+ --font-newsreader: 'Newsreader', serif;
+ --font-inter: 'Inter', sans-serif;
+ --font-geist: 'Geist', sans-serif;
+ --font-geist-mono: 'Geist Mono', sans-serif;
}
.main-gradient {
diff --git a/apps/shelve/app/assets/style/main.css b/apps/shelve/app/assets/style/main.css
index f3ffca60..0c23a46c 100644
--- a/apps/shelve/app/assets/style/main.css
+++ b/apps/shelve/app/assets/style/main.css
@@ -20,22 +20,10 @@ html, body, #__nuxt, #__layout {
}
@theme {
- --font-family-newsreader: 'Newsreader', serif;
- --font-family-inter: 'Inter', sans-serif;
- --font-family-geist: 'Geist', sans-serif;
- --font-family-geist-mono: 'GeistMono', sans-serif;
-}
-
-.font-geist-mono {
- font-family: 'GeistMono', sans-serif;
-}
-
-.font-geist {
- font-family: 'Geist', sans-serif;
-}
-
-.font-newsreader {
- font-family: 'Newsreader', serif;
+ --font-newsreader: 'Newsreader', serif;
+ --font-inter: 'Inter', sans-serif;
+ --font-geist: 'Geist', sans-serif;
+ --font-geist-mono: 'Geist Mono', sans-serif;
}
.main-gradient {
diff --git a/apps/shelve/app/pages/admin/users.vue b/apps/shelve/app/pages/admin/users.vue
index 90dbe8b8..068ebe8b 100644
--- a/apps/shelve/app/pages/admin/users.vue
+++ b/apps/shelve/app/pages/admin/users.vue
@@ -146,7 +146,7 @@ const items = (row: User) => [
-
+
diff --git a/apps/shelve/package.json b/apps/shelve/package.json
index bbfccae5..85a370a9 100644
--- a/apps/shelve/package.json
+++ b/apps/shelve/package.json
@@ -24,7 +24,7 @@
"@iconify-json/simple-icons": "^1.2.11",
"@nuxt/devtools": "^1.6.0",
"@nuxt/image": "^1.8.1",
- "@nuxt/ui": "https://pkg.pr.new/@nuxt/ui@503f701",
+ "@nuxt/ui": "https://pkg.pr.new/@nuxt/ui@e55c0e2",
"@prisma/client": "^5.22.0",
"@shelve/cli": "*",
"@shelve/crypto": "*",
diff --git a/bun.lockb b/bun.lockb
index 0b43b296..6488b1ae 100755
Binary files a/bun.lockb and b/bun.lockb differ