Skip to content

Commit

Permalink
Add fix for black button backgrounds
Browse files Browse the repository at this point in the history
  • Loading branch information
nickick committed Aug 21, 2023
1 parent d26b4c0 commit 461d196
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/Button/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ export const Button = ({
<button
onClick={onClick}
className={twMerge(
`relative bg-origin-bg-black rounded-[100px] w-full md:w-auto ${
`relative rounded-[100px] w-full md:w-auto ${
isButton ? 'px-4 lg:px-6 hover:bg-[#1b1a1abb]' : ''
} py-1 text-origin-white`,
bg
Expand Down
2 changes: 1 addition & 1 deletion src/components/Header/Header.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ Defi.args = {
links: []
}
],
background: 'bg-black md:bg-black'
background: 'bg-black md:bg-gray-900'
}

Defi.parameters = {
Expand Down

0 comments on commit 461d196

Please sign in to comment.