Skip to content

Commit

Permalink
💄 Remove regular shadow
Browse files Browse the repository at this point in the history
  • Loading branch information
segersniels committed Aug 5, 2024
1 parent 1fec008 commit fb266a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/web/app/routes/_index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export default function Index() {
to="https://github.com/segersniels/genmoji"
className={cn(
buttonVariants(),
'hover:shadow-[5px_5px_0px_0px_rgba(109,40,217)] transition-shadow duration-100 shadow-[3px_3px_0px_0px_rgba(109,40,217)]',
'hover:shadow-[5px_5px_0px_0px_rgba(109,40,217)] transition-shadow duration-100',
)}
target="_blank"
rel="noreferrer"
Expand Down
2 changes: 1 addition & 1 deletion apps/web/app/routes/web.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ export default function Web() {
/>

<Button
className="w-full hover:shadow-[5px_5px_0px_0px_rgba(109,40,217)] transition-shadow duration-100 shadow-[3px_3px_0px_0px_rgba(109,40,217)]"
className="w-full hover:shadow-[5px_5px_0px_0px_rgba(109,40,217)] transition-shadow duration-100"
disabled={!prompt.length}
>
Generate
Expand Down

0 comments on commit fb266a0

Please sign in to comment.