Skip to content

Commit

Permalink
Tweak the background colors
Browse files Browse the repository at this point in the history
  • Loading branch information
brookslybrand committed Oct 10, 2024
1 parent 45dddc6 commit dfe99bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/pages/brand.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -128,9 +128,9 @@ function Logos(props: {
}

let background = {
dark: "bg-gray-600 bg-[linear-gradient(45deg,theme(colors.gray.700)_25%,transparent_25%,transparent_75%,theme(colors.gray.700)_75%,theme(colors.gray.700)),linear-gradient(45deg,theme(colors.gray.700)_25%,transparent_25%,transparent_75%,theme(colors.gray.700)_75%,theme(colors.gray.700))] bg-[length:16px_16px] bg-[position:0_0,8px_8px]",
dark: "bg-black bg-[linear-gradient(45deg,theme(colors.gray.700)_25%,transparent_25%,transparent_75%,theme(colors.gray.700)_75%,theme(colors.gray.700)),linear-gradient(45deg,theme(colors.gray.700)_25%,transparent_25%,transparent_75%,theme(colors.gray.700)_75%,theme(colors.gray.700))] bg-[length:16px_16px] bg-[position:0_0,8px_8px]",
light:
"bg-[linear-gradient(45deg,theme(colors.gray.200)_25%,transparent_25%,transparent_75%,theme(colors.gray.200)_75%,theme(colors.gray.200)),linear-gradient(45deg,theme(colors.gray.200)_25%,transparent_25%,transparent_75%,theme(colors.gray.200)_75%,theme(colors.gray.200))] bg-[length:16px_16px] bg-[position:0_0,8px_8px]",
"bg-white bg-[linear-gradient(45deg,theme(colors.gray.200)_25%,transparent_25%,transparent_75%,theme(colors.gray.200)_75%,theme(colors.gray.200)),linear-gradient(45deg,theme(colors.gray.200)_25%,transparent_25%,transparent_75%,theme(colors.gray.200)_75%,theme(colors.gray.200))] bg-[length:16px_16px] bg-[position:0_0,8px_8px]",
};

function LogoBox({
Expand Down

0 comments on commit dfe99bd

Please sign in to comment.