remove unused

This commit is contained in:
Alex Holliday
2025-09-26 14:22:25 -07:00
parent 0c5b9a863b
commit 277aff3898
3 changed files with 2 additions and 2 deletions

View File

@@ -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} />;

View File

@@ -37,7 +37,7 @@ export const theme = (mode: string, palette: any) =>
},
MuiTextField: {
styleOverrides: {
root: ({ theme }) => ({
root: () => ({
"& .MuiOutlinedInput-root": {
height: 34,
fontSize: typographyLevels.base,

View File

File diff suppressed because one or more lines are too long