Skip to content

Commit 9b54c01

Browse files
committed
chore: update deps
1 parent bc1d11c commit 9b54c01

File tree

4 files changed

+1007
-925
lines changed

4 files changed

+1007
-925
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"type": "module",
44
"version": "3.1.0",
55
"private": true,
6-
"packageManager": "pnpm@10.20.0",
6+
"packageManager": "pnpm@10.23.0",
77
"repository": {
88
"type": "git",
99
"url": "git+https://github.com/nuxt/devtools.git"

packages/devtools/src/webcomponents/components/NuxtDevtoolsInspectPanel.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ async function openInEditor() {
7878
<template>
7979
<div
8080
ref="el"
81-
class="bg-glass ring-base color-base fixed relative z-9999999 w-400px flex flex-col of-hidden rounded-lg text-sm shadow-lg ring-1 backdrop-blur duration-200"
81+
class="fixed relative z-9999999 w-400px flex flex-col of-hidden rounded-lg bg-glass text-sm color-base shadow-lg ring-1 ring-base backdrop-blur duration-200"
8282
:style="style"
8383
:class="[
8484
isDragging ? 'transition-none' : 'transition-opacity',

0 commit comments

Comments
 (0)