We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f9d0ca commit 9a30e04Copy full SHA for 9a30e04
src/components/learn-aggregator/looking-for-more.tsx
@@ -7,7 +7,7 @@ export function LookingForMore(props: React.HTMLAttributes<HTMLElement>) {
7
{...props}
8
className={clsx("gql-container gql-section", props.className)}
9
>
10
- <div className="mx-auto grid max-w-[1504px] gap-0 bg-pri-dark lg:grid-cols-[752px_1fr]">
+ <div className="mx-auto grid max-w-[1504px] gap-0 bg-pri-dark text-white lg:grid-cols-[752px_1fr]">
11
<div className="flex flex-col justify-between gap-8 border-pri-light p-8 lg:border-r lg:p-16">
12
<h2 className="typography-h2">Looking for more?</h2>
13
<p className="typography-body-lg max-w-[624px]">
0 commit comments