Skip to content

Commit

Permalink
update blur params
Browse files Browse the repository at this point in the history
  • Loading branch information
ch-liuzhide committed Aug 19, 2024
1 parent 841cc9b commit cc4864e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion client/app/factory/list/components/BotCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ const BotCard = (props: { bot: Bot }) => {
className="relative overflow-hidden w-full h-full bg-cover bg-center"
style={{ backgroundImage: `url(${bot.avatar})` }}
>
<div className="absolute inset-0 bg-white bg-opacity-70 backdrop-blur-[150px]"></div>
<div className="absolute inset-0 bg-white bg-opacity-50 backdrop-blur-[70px]"></div>
<div className="flex justify-center items-center h-full">
{isHovered ? (
<div className="flex items-center gap-10">
Expand Down
2 changes: 1 addition & 1 deletion client/components/BotCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const BotCard = (props: {
className="relative overflow-hidden w-full h-full bg-cover bg-center"
style={{ backgroundImage: `url(${bot.avatar})` }}
>
<div className="absolute inset-0 bg-white bg-opacity-70 backdrop-blur-[150px]"></div>
<div className="absolute inset-0 bg-white bg-opacity-50 backdrop-blur-[70px]"></div>
<div className="flex justify-center items-center h-full">
<Image
shadow="none"
Expand Down

0 comments on commit cc4864e

Please sign in to comment.