Updates
This commit is contained in:
parent
1db7601c85
commit
aceddf5146
@ -191,7 +191,7 @@ export default function SearchSelect<
|
||||
target={
|
||||
<Input
|
||||
type="text"
|
||||
placeholder="Search"
|
||||
placeholder={props.title || "Search Options"}
|
||||
value={inputValue}
|
||||
prefix={(<Search size={18} />) as any}
|
||||
suffix={(<ChevronDown size={20} />) as any}
|
||||
@ -240,6 +240,7 @@ export default function SearchSelect<
|
||||
setSelectIndex(undefined);
|
||||
}}
|
||||
componentRef={inputRef}
|
||||
showLabel={showLabel}
|
||||
/>
|
||||
}
|
||||
targetWrapperProps={{ className: "w-full" }}
|
||||
|
@ -129,7 +129,7 @@ export function MyWorkPortfolioCard({
|
||||
<Link
|
||||
target="_blank"
|
||||
href={portfolio.href}
|
||||
className="text-sm text-wrap break-all border-none"
|
||||
className="text-sm text-wrap break-all border- dotted-text"
|
||||
>
|
||||
{portfolio.href}
|
||||
</Link>
|
||||
|
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user