Skip to content

Commit

Permalink
Merge pull request #564 from appwrite/fix-create-function-overlay
Browse files Browse the repository at this point in the history
  • Loading branch information
TorstenDittmann authored Sep 23, 2023
2 parents 9b4bcb8 + 49acf82 commit 7ec612b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/lib/wizards/functions/cover.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -290,4 +290,8 @@
rgba(252, 252, 255, 0.5) 95.8%
);
}
.theme-dark .git-container .overlay {
background: linear-gradient(0, #1b1b28 18.49%, #1b1b28 68.91%, rgba(27, 27, 40, 0.5) 95.8%);
}
</style>

3 comments on commit 7ec612b

@vercel
Copy link

@vercel vercel bot commented on 7ec612b Sep 23, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

console-cloud – ./

console-cloud-git-main-appwrite.vercel.app
console-cloud.vercel.app
console-cloud-appwrite.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 7ec612b Sep 23, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on 7ec612b Sep 23, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

console-preview – ./

console-preview-git-main-appwrite.vercel.app
console-preview-appwrite.vercel.app
console-next.vercel.app

Please sign in to comment.