Global search filter

This commit is contained in:
Eden Kirin
2024-01-28 10:35:01 +01:00
parent 858f42c39b
commit b1f7d8196a
7 changed files with 120 additions and 43 deletions

View File

@ -1,4 +1,4 @@
import { createTheme } from "@mui/material";
import createTheme from "@mui/material/styles/createTheme";
const PRIMARY_COLOR = "#0d6efd";
const SECONDARY_COLOR = "#6c757d";