Skip to content

Commit 5f2f79f

Browse files
committed
fix: default foreground color
1 parent 839eb98 commit 5f2f79f

File tree

7 files changed

+153
-64
lines changed

7 files changed

+153
-64
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"type": "module",
33
"version": "0.0.0-alpha.33",
44
"private": true,
5-
"packageManager": "pnpm@10.31.0",
5+
"packageManager": "pnpm@10.32.0",
66
"scripts": {
77
"build": "turbo run build",
88
"build:debug": "NUXT_DEBUG_BUILD=true pnpm -r run build",

packages/core/src/client/webcomponents/.generated/css.ts

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

packages/core/src/client/webcomponents/components/Dock.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -252,6 +252,7 @@ onMounted(() => {
252252
'vite-devtools-vertical': context.panel.isVertical,
253253
'vite-devtools-minimized': isMinimized,
254254
}"
255+
class="color-base"
255256
@mousemove="bringUp"
256257
>
257258
<div

packages/core/src/client/webcomponents/components/DockPanel.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ onMounted(() => {
179179
<div
180180
v-show="context.docks.selected && context.docks.selected.type !== 'action'"
181181
ref="dockPanel"
182-
class="bg-glass:75 rounded-lg border border-base shadow overflow-hidden"
182+
class="bg-glass:75 rounded-lg border border-base color-base shadow overflow-hidden"
183183
:style="panelStyle"
184184
@contextmenu="openContextMenu"
185185
>

packages/core/src/client/webcomponents/components/FloatingPopover.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ const FloatingPopoverComponent = defineComponent({
129129
{
130130
ref: 'panel',
131131
class: [
132-
'fixed z-floating-tooltip text-xs transition-all duration-300 w-max bg-glass border border-base rounded px2 p1',
132+
'fixed z-floating-tooltip text-xs transition-all duration-300 w-max bg-glass color-base border border-base rounded px2 p1',
133133
props.item ? 'op100' : 'op0 pointer-events-none',
134134
],
135135
style,

pnpm-lock.yaml

Lines changed: 145 additions & 57 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pnpm-workspace.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ catalogs:
2525
rolldown: ^1.0.0-rc.8
2626
tsdown: ^0.21.1
2727
tsx: ^4.21.0
28-
turbo: ^2.8.14
28+
turbo: ^2.8.15
2929
unocss: ^66.6.6
3030
unplugin-vue: ^7.1.1
3131
vite: ^8.0.0-beta.18
@@ -63,12 +63,12 @@ catalogs:
6363
'@antfu/eslint-config': ^7.7.0
6464
'@nuxt/devtools': ^3.2.3
6565
'@nuxt/eslint': ^1.15.2
66-
'@typescript-eslint/utils': ^8.56.1
66+
'@typescript-eslint/utils': ^8.57.0
6767
'@unocss/eslint-config': ^66.6.6
6868
bumpp: ^10.4.1
6969
chokidar: ^5.0.0
7070
eslint: ^10.0.3
71-
lint-staged: ^16.3.2
71+
lint-staged: ^16.3.3
7272
nuxt-eslint-auto-explicit-import: ^0.1.1
7373
simple-git-hooks: ^2.13.1
7474
typescript: ^5.9.3

0 commit comments

Comments
 (0)