chore: update twake-mui dependency and use radius.lg for create event button

This commit is contained in:
lenhanphung
2025-12-30 13:52:56 +07:00
parent 5f0479e34a
commit 462ad6d250
48 changed files with 493 additions and 303 deletions
+3 -3
View File
@@ -7,7 +7,7 @@ import {
ListItemAvatar,
ListItemText,
TextField,
} from "twake-mui";
} from "@linagora/twake-mui";
import {
type ReactNode,
useCallback,
@@ -17,11 +17,11 @@ import {
} from "react";
import { searchUsers } from "../../features/User/userAPI";
import PeopleOutlineOutlinedIcon from "@mui/icons-material/PeopleOutlineOutlined";
import { Chip, useTheme } from "twake-mui";
import { Chip, useTheme } from "@linagora/twake-mui";
import { getAccessiblePair } from "../Calendar/utils/calendarColorsUtils";
import { useI18n } from "twake-i18n";
import { SnackbarAlert } from "../Loading/SnackBarAlert";
import { PopperProps, PaperProps } from "twake-mui";
import { PopperProps, PaperProps } from "@linagora/twake-mui";
export interface User {
email: string;