Skip to content

Commit

Permalink
feat: better duct tape variants (#113)
Browse files Browse the repository at this point in the history
  • Loading branch information
olekbaran authored Nov 1, 2024
1 parent c95b59c commit 8393722
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/common/duct-tape.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { ParallaxHorizontal } from "../utils/parallax-horizontal"
const ductTapeVariants = cva("w-full", {
variants: {
variant: {
primary: "bg-white text-black",
primary: "bg-black text-white",
secondary: "bg-blue text-white",
},
},
Expand Down
2 changes: 1 addition & 1 deletion components/common/get-in-touch.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ function GetInTouch() {
</Link>
<Link
href={routes.contact.pathname}
className="h-11 w-full -rotate-3 scale-110 transform-gpu md:h-[5.5rem] md:scale-105"
className="h-12 w-full -rotate-3 scale-110 transform-gpu border-2 border-gray md:h-[5.75rem] md:scale-105"
>
<DuctTape>
<DuctTapeContent />
Expand Down

0 comments on commit 8393722

Please sign in to comment.