chore: update twake-mui dependency and use radius.lg for create event button
This commit is contained in:
@@ -14,8 +14,8 @@ import {
|
||||
Stack,
|
||||
TextField,
|
||||
Typography,
|
||||
} from "twake-mui";
|
||||
import { type AutocompleteRenderInputParams } from "twake-mui";
|
||||
} from "@linagora/twake-mui";
|
||||
import { type AutocompleteRenderInputParams } from "@linagora/twake-mui";
|
||||
import { useRef, useState, useEffect } from "react";
|
||||
import HighlightOffIcon from "@mui/icons-material/HighlightOff";
|
||||
import SearchIcon from "@mui/icons-material/Search";
|
||||
|
||||
@@ -22,7 +22,7 @@ import {
|
||||
Typography,
|
||||
Box,
|
||||
Divider,
|
||||
} from "twake-mui";
|
||||
} from "@linagora/twake-mui";
|
||||
import { push } from "redux-first-history";
|
||||
import { CalendarApi } from "@fullcalendar/core";
|
||||
import { useI18n } from "twake-i18n";
|
||||
|
||||
Reference in New Issue
Block a user