mirror of
https://github.com/turbot/steampipe.git
synced 2026-03-11 04:00:41 -04:00
Improve dashboard CTA appearance to match that of panels #1429.
This commit is contained in:
@@ -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
|
||||
)}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user