Skip to content

Commit 9a30e04

Browse files
committed
Always white text on primary background
1 parent 4f9d0ca commit 9a30e04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/learn-aggregator/looking-for-more.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export function LookingForMore(props: React.HTMLAttributes<HTMLElement>) {
77
{...props}
88
className={clsx("gql-container gql-section", props.className)}
99
>
10-
<div className="mx-auto grid max-w-[1504px] gap-0 bg-pri-dark lg:grid-cols-[752px_1fr]">
10+
<div className="mx-auto grid max-w-[1504px] gap-0 bg-pri-dark text-white lg:grid-cols-[752px_1fr]">
1111
<div className="flex flex-col justify-between gap-8 border-pri-light p-8 lg:border-r lg:p-16">
1212
<h2 className="typography-h2">Looking for more?</h2>
1313
<p className="typography-body-lg max-w-[624px]">

0 commit comments

Comments
 (0)