mirror of
https://github.com/bluewave-labs/Checkmate.git
synced 2025-12-22 10:47:08 +00:00
remove unused
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
import TextField from "@mui/material/TextField";
|
||||
import Box from "@mui/material/Box";
|
||||
import type { TextFieldProps } from "@mui/material";
|
||||
export const TextInput = (props: TextFieldProps) => {
|
||||
return <TextField {...props} />;
|
||||
|
||||
@@ -37,7 +37,7 @@ export const theme = (mode: string, palette: any) =>
|
||||
},
|
||||
MuiTextField: {
|
||||
styleOverrides: {
|
||||
root: ({ theme }) => ({
|
||||
root: () => ({
|
||||
"& .MuiOutlinedInput-root": {
|
||||
height: 34,
|
||||
fontSize: typographyLevels.base,
|
||||
|
||||
1
client/tsconfig.tsbuildinfo
Normal file
1
client/tsconfig.tsbuildinfo
Normal file
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user