formatting

This commit is contained in:
Amirhossein Mahmoodi
2024-07-11 10:57:53 +03:30
parent 15a1da557a
commit c84d253721
12 changed files with 138 additions and 101 deletions

View File

@@ -0,0 +1,10 @@
import { TextField, styled } from "@mui/material";
const LtrTextField = styled(TextField)`
.MuiInputBase-input {
/* @noflip */
direction: ltr;
}
`;
export default LtrTextField;