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 b2fdeb2 commit 99dec9cCopy full SHA for 99dec9c
src/components/InfoBanner.tsx
@@ -35,7 +35,6 @@ const InfoBanner = ({
35
"rounded-sm p-6 sm:flex-row",
36
shouldCenter ? "max-w-[55rem]" : "max-w-full",
37
isWarning ? "bg-orange-200" : "bg-indigo-100",
38
- !onClick && "text-gray-600",
39
className
40
)}
41
onClick={onClick}
src/pages/dapps.tsx
@@ -295,7 +295,7 @@ const StyledH3 = (props: ChildOnlyProp) => (
295
)
296
297
const StyledInfoBanner = (props: ComponentPropsWithRef<typeof InfoBanner>) => (
298
- <InfoBanner className="w-1/2" {...props} />
+ <InfoBanner className="lg:w-1/2" {...props} />
299
300
301
const Column = (props: ChildOnlyProp) => (
0 commit comments