Skip to content

Commit 3b2e869

Browse files
committed
chore: update @webcontainer/api to version 1.6.1-internal.1
update to latest version of webcontainer fix: make diff button consistent with other toolbar buttons
1 parent 0dd8fb7 commit 3b2e869

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

app/components/workbench/Workbench.client.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,8 @@ const FileModifiedDropdown = memo(
9292
<Popover className="relative">
9393
{({ open }: { open: boolean }) => (
9494
<>
95-
<Popover.Button className="flex items-center gap-2 px-3 py-1.5 text-sm rounded-lg bg-bolt-elements-background-depth-2 hover:bg-bolt-elements-background-depth-3 transition-colors text-bolt-elements-textPrimary border border-bolt-elements-borderColor">
96-
<span className="font-medium">File Changes</span>
95+
<Popover.Button className="flex items-center gap-2 px-3 py-1.5 text-sm rounded-lg bg-bolt-elements-background-depth-2 hover:bg-bolt-elements-background-depth-3 transition-colors text-bolt-elements-item-contentDefault">
96+
<span>File Changes</span>
9797
{hasChanges && (
9898
<span className="w-5 h-5 rounded-full bg-accent-500/20 text-accent-500 text-xs flex items-center justify-center border border-accent-500/30">
9999
{modifiedFiles.length}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@
9797
"@types/react-beautiful-dnd": "^13.1.8",
9898
"@uiw/codemirror-theme-vscode": "^4.23.6",
9999
"@unocss/reset": "^0.61.9",
100-
"@webcontainer/api": "1.5.3-internal.2",
100+
"@webcontainer/api": "1.6.1-internal.1",
101101
"@xterm/addon-fit": "^0.10.0",
102102
"@xterm/addon-web-links": "^0.11.0",
103103
"@xterm/xterm": "^5.5.0",

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)