diff --git a/components/lib/form/SearchSelect.tsx b/components/lib/form/SearchSelect.tsx
index 85e2716..d1415aa 100644
--- a/components/lib/form/SearchSelect.tsx
+++ b/components/lib/form/SearchSelect.tsx
@@ -191,7 +191,7 @@ export default function SearchSelect<
target={
) as any}
suffix={() as any}
@@ -240,6 +240,7 @@ export default function SearchSelect<
setSelectIndex(undefined);
}}
componentRef={inputRef}
+ showLabel={showLabel}
/>
}
targetWrapperProps={{ className: "w-full" }}
diff --git a/components/pages/Home/(sections)/MyWorkSection.tsx b/components/pages/Home/(sections)/MyWorkSection.tsx
index 5a748e1..55e5428 100644
--- a/components/pages/Home/(sections)/MyWorkSection.tsx
+++ b/components/pages/Home/(sections)/MyWorkSection.tsx
@@ -129,7 +129,7 @@ export function MyWorkPortfolioCard({
{portfolio.href}
diff --git a/styles/globals.css b/styles/globals.css
index c62f96f..eff06fd 100644
--- a/styles/globals.css
+++ b/styles/globals.css
@@ -60,7 +60,7 @@
}
.twui-a {
- @apply !text-foreground-light/70 dark:!text-foreground-dark/70 border-none;
+ @apply !text-foreground-light/70 dark:!text-foreground-dark/70 border-none hover:dark:!text-white hover:opacity-100;
}
.twui-a.active {
@@ -68,7 +68,7 @@
}
.dotted-text {
- @apply border-0 border-b-2 border-dotted border-foreground-light/20 dark:!border-foreground-dark/20 pb-1;
+ @apply border-0 border-b-2 border-dotted border-foreground-light/20 dark:!border-foreground-dark/20 pb-[2px];
}
.dotted-text:hover {