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
This commit is contained in:
KevIsDev
2025-05-01 11:51:19 +01:00
parent 0dd8fb7707
commit 3b2e869651
3 changed files with 8 additions and 8 deletions

View File

@@ -92,8 +92,8 @@ const FileModifiedDropdown = memo(
<Popover className="relative">
{({ open }: { open: boolean }) => (
<>
<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">
<span className="font-medium">File Changes</span>
<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">
<span>File Changes</span>
{hasChanges && (
<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">
{modifiedFiles.length}