Skip to content

Commit

Permalink
fix: removed dominant shadow
Browse files Browse the repository at this point in the history
  • Loading branch information
Code-Victor committed Jan 18, 2023
1 parent 7e4ad3a commit 4e99eb8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/components/inc/Time.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,9 @@ const Time = () => {
color: "$text",
transition: "opacity 0.3s ease-in-out",
}}
className={accessibilityShadow({ css: { $$blur: "40px" } })}
className={accessibilityShadow({
css: { $$blur: "50px", $$opacity: 0.3 },
})}
>
<Box
onMouseOver={() => dispatch({ visible: true })}
Expand Down

0 comments on commit 4e99eb8

Please sign in to comment.