Skip to content

Commit

Permalink
remove .bg-gradient2
Browse files Browse the repository at this point in the history
  • Loading branch information
nickick committed Aug 19, 2023
1 parent 9ac57b8 commit a20275c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/components/Button/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -238,9 +238,11 @@ export const Button = ({
{...props}
>
<Component href={href || ''} target={target}>
{webProperty === 'ousd' || webProperty === 'oeth' || webProperty === 'defi' ? (
{webProperty === 'ousd' ||
webProperty === 'oeth' ||
webProperty === 'defi' ? (
<div
className={`relative bg-gradient2 rounded-[100px] w-full md:w-fit h-fit ${
className={`relative rounded-[100px] w-full md:w-fit h-fit ${
isButton ? 'hover:opacity-90' : ''
}`}
>
Expand Down

0 comments on commit a20275c

Please sign in to comment.