diff --git a/apps/web/src/components/BestOfEthereum/BestOfEthereum.tsx b/apps/web/src/components/BestOfEthereum/BestOfEthereum.tsx index 65af3fe3bf..00e620a98c 100644 --- a/apps/web/src/components/BestOfEthereum/BestOfEthereum.tsx +++ b/apps/web/src/components/BestOfEthereum/BestOfEthereum.tsx @@ -14,7 +14,7 @@ export function BestOfEthereum() {

-
+

10x

Cheaper
Than
Ethereum

diff --git a/apps/web/src/components/Bootcamp/Faq/FaqSidebar.tsx b/apps/web/src/components/Bootcamp/Faq/FaqSidebar.tsx index fcf5e92757..1e25e39bee 100644 --- a/apps/web/src/components/Bootcamp/Faq/FaqSidebar.tsx +++ b/apps/web/src/components/Bootcamp/Faq/FaqSidebar.tsx @@ -8,7 +8,7 @@ export function FaqSidebar() {

Frequently Asked Questions

-
+
-
+
); diff --git a/apps/web/src/components/Bootcamp/Faq/QuestionAccordion.tsx b/apps/web/src/components/Bootcamp/Faq/QuestionAccordion.tsx index 6efc5c1541..d2f6b19f11 100644 --- a/apps/web/src/components/Bootcamp/Faq/QuestionAccordion.tsx +++ b/apps/web/src/components/Bootcamp/Faq/QuestionAccordion.tsx @@ -11,7 +11,7 @@ export function QuestionAccordion({ question, answer }: QuestionAccordionProps) const toggleOpen = useCallback(() => setIsOpen((o) => !o), [setIsOpen]); return ( -
+
-
+
diff --git a/apps/web/src/components/Ecosystem/Card.tsx b/apps/web/src/components/Ecosystem/Card.tsx index 7a738125d6..1d1c64eded 100644 --- a/apps/web/src/components/Ecosystem/Card.tsx +++ b/apps/web/src/components/Ecosystem/Card.tsx @@ -19,7 +19,7 @@ export function Card({ name, url, description, imageUrl, tags }: Props) { href={url} rel="noreferrer noopener" target="_blank" - className="flex w-full flex-col justify-start gap-8 bg-gray p-8 visited:opacity-50 hover:bg-darkgray" + className="flex w-full flex-col justify-start gap-8 bg-gray-10 p-8 visited:opacity-50 hover:bg-gray-dark" >
@@ -32,7 +32,7 @@ export function Card({ name, url, description, imageUrl, tags }: Props) {

{name}

- + {getNiceDomainDisplayFromUrl(url)}
diff --git a/apps/web/src/components/Ecosystem/List.tsx b/apps/web/src/components/Ecosystem/List.tsx index da0dcb3d80..71b74f88c8 100644 --- a/apps/web/src/components/Ecosystem/List.tsx +++ b/apps/web/src/components/Ecosystem/List.tsx @@ -107,7 +107,7 @@ export function List() { NO RESULTS FOR “{searchText === '' ? selectedTag : searchText} ” - Try searching for another term + Try searching for another term
)} diff --git a/apps/web/src/components/Ecosystem/SearchBar.tsx b/apps/web/src/components/Ecosystem/SearchBar.tsx index 124ab26a93..37e24016e8 100644 --- a/apps/web/src/components/Ecosystem/SearchBar.tsx +++ b/apps/web/src/components/Ecosystem/SearchBar.tsx @@ -67,7 +67,7 @@ export function SearchBar({ setSearchText }: Props) { return (
@@ -76,7 +76,7 @@ export function SearchBar({ setSearchText }: Props) { id="appsSearchBar" value={text} onChange={onChange} - className="w-full bg-black font-sans text-base text-white placeholder:text-muted focus:outline-none" + className="w-full bg-black font-sans text-base text-white placeholder:text-gray-60 focus:outline-none" placeholder="Search" aria-label='Search for apps and integrations in the Base ecosystem' /> diff --git a/apps/web/src/components/Ecosystem/TagChip.tsx b/apps/web/src/components/Ecosystem/TagChip.tsx index 759478fe58..45318dd9d8 100644 --- a/apps/web/src/components/Ecosystem/TagChip.tsx +++ b/apps/web/src/components/Ecosystem/TagChip.tsx @@ -14,8 +14,8 @@ export function TagChip({ tag, isSelected, setSelectedTag }: Props) { return (