Skip to content

Commit

Permalink
fix: problem with pr
Browse files Browse the repository at this point in the history
  • Loading branch information
ernestocarocca committed Dec 5, 2024
1 parent 6ec487e commit a8d5bf0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion src/app/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,16 @@ body {
}
}
.glassmorphism {
background: linear-gradient(to bottom, right, to right, #7e57c2, #00bcd4);
background: linear-gradient(from left, right, to right-d, #51259dff, #00bcd4);
backdrop-filter: blur(7px);
border: 2px solid rgba(205, 118, 205, 0.2);
border-radius: 10px;
}
.gradient-text {
background: linear-gradient(to right, rgb(140, 96, 214), #00bcd4);
-webkit-text-fill-color: transparent;
background-clip: text;
-webkit-background-clip: text;
}
.gradient-bg {
background: linear-gradient(to bottom, right, to right, #7e57c2, #00bcd4);
Expand Down
4 changes: 2 additions & 2 deletions src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ export default function Page() {
};

return (
<div className="w-screen h-screen glassmorphism">
<Card radius="none" className=" bg-transparent w-full h-full">
<div className="w-screen h-screen glassmorphism ">
<Card radius="none" className="w-full h-full bg-transparent">
<div className=" flex">
<Button isIconOnly className="bg-transparen">
<IconTrash color="purple" size={24} />
Expand Down

0 comments on commit a8d5bf0

Please sign in to comment.