Improve dashboard CTA appearance to match that of panels #1429.

This commit is contained in:
Mike Burgess
2022-03-09 10:00:21 +00:00
parent 8615dc08e9
commit bf577c2af9

View File

@@ -20,7 +20,7 @@ const CallToAction = ({
return (
<div
className={classNames(
"flex flex-col sm:flex-row p-4 sm:p-12 border border-divide rounded-lg space-x-0 sm:space-x-8 space-y-2 sm:space-y-0",
"flex flex-col sm:flex-row p-4 sm:p-12 bg-background-panel rounded-sm sm:rounded-md space-x-0 sm:space-x-8 space-y-2 sm:space-y-0",
className
)}
>