+ {post.data?.image && ( )} - + {post.data.category} - + {post.data.title} diff --git a/src/components/ButtonYellowOutline.tsx b/src/components/ButtonYellowOutline.tsx index f3a44a27..88dc9e93 100644 --- a/src/components/ButtonYellowOutline.tsx +++ b/src/components/ButtonYellowOutline.tsx @@ -10,7 +10,7 @@ const ButtonYellowOutline: React.FC = (props) => { - + {props.children} diff --git a/src/components/Pricing/Table/TableHeader.tsx b/src/components/Pricing/Table/TableHeader.tsx index 2af14c0a..bd78413c 100644 --- a/src/components/Pricing/Table/TableHeader.tsx +++ b/src/components/Pricing/Table/TableHeader.tsx @@ -27,7 +27,7 @@ const TableHeader = ({ className="w-full" > - {cta.text} + {cta.text}
{post.data?.image && ( )} - + {post.data.category} - + {post.data.title} diff --git a/src/components/ButtonYellowOutline.tsx b/src/components/ButtonYellowOutline.tsx index f3a44a27..88dc9e93 100644 --- a/src/components/ButtonYellowOutline.tsx +++ b/src/components/ButtonYellowOutline.tsx @@ -10,7 +10,7 @@ const ButtonYellowOutline: React.FC = (props) => { - + {props.children} diff --git a/src/components/Pricing/Table/TableHeader.tsx b/src/components/Pricing/Table/TableHeader.tsx index 2af14c0a..bd78413c 100644 --- a/src/components/Pricing/Table/TableHeader.tsx +++ b/src/components/Pricing/Table/TableHeader.tsx @@ -27,7 +27,7 @@ const TableHeader = ({ className="w-full" > - {cta.text} + {cta.text}
- Back + Go Back {entry.data.title} diff --git a/src/styles/docPage.css b/src/styles/docPage.css index d99c4850..389b0a55 100644 --- a/src/styles/docPage.css +++ b/src/styles/docPage.css @@ -109,7 +109,7 @@ .docs-search-container { @apply pb-20 pr-8; .search-input { - @apply w-full border-gray-dark-7 bg-gray-dark-1 focus:border focus:border-gray-dark-7; + @apply w-full border-gray-dark-7 bg-gray-dark-2 hover:border-gray-dark-8 focus:border; } } diff --git a/src/styles/search.css b/src/styles/search.css index 4c9ce616..b3d83dfa 100644 --- a/src/styles/search.css +++ b/src/styles/search.css @@ -38,10 +38,10 @@ } .input-container { - @apply flex h-40 rounded-12 bg-gray-dark-4; + @apply flex h-40 rounded-12; input { - @apply h-full rounded-12 border-1 border-gray-dark-7 bg-gray-dark-2 pl-40 pt-2 font-sans text-14 font-light leading-18 outline-0 focus:border-yellow; + @apply h-full rounded-12 border-1 border-gray-dark-7 bg-gray-dark-2 pl-40 pt-2 font-sans text-14 font-light leading-18 outline-0 hover:border-gray-dark-8; } .icon-container {