+
handleInputChange(e)}
placeholder={t('common.TYPE_SOMETHING') + '...'}
- wrapperClassName="mb-0 dark:bg-transparent"
+ wrapperClassName="mb-0 dark:bg-transparent !w-full rounded-xl"
/>
-
diff --git a/apps/web/lib/features/team/user-team-block/user-team-block-header.tsx b/apps/web/lib/features/team/user-team-block/user-team-block-header.tsx
index e8d944ca6..99f629688 100644
--- a/apps/web/lib/features/team/user-team-block/user-team-block-header.tsx
+++ b/apps/web/lib/features/team/user-team-block/user-team-block-header.tsx
@@ -11,7 +11,6 @@ import {
NotWorkingIcon,
OnlineIcon
} from 'lib/components/svgs';
-import { Transition } from '@headlessui/react';
import { Button, VerticalSeparator } from 'lib/components';
import { useTaskFilter, TaskNameFilter } from 'lib/features';
import { useRecoilState } from 'recoil';
@@ -53,7 +52,7 @@ export function UserTeamBlockHeader() {
return (
<>
-
+
-
+
+
{/* */}
- hook.toggleFilterType('search')}
- >
- {
+ hook.toggleFilterType('search');
+ }}
/>
-
+ ) : (
+ <>
+ hook.toggleFilterType('search')}
+ >
+
+
+
-
-
-
- Invite
-
+
+ Invite
+
+ >
+ )}
-
*/}
>
);
diff --git a/apps/web/styles/globals.css b/apps/web/styles/globals.css
index 3645fa0be..81354db4f 100644
--- a/apps/web/styles/globals.css
+++ b/apps/web/styles/globals.css
@@ -17,6 +17,10 @@ html.dark {
--tooltipBackground: #000;
}
+.font-poppins {
+ font-family: 'Poppins';
+}
+
@layer base {
html {
font-family: 'Poppins', sans-serif;