formatting
This commit is contained in:
10
src/core/components/LtrTextField.jsx
Normal file
10
src/core/components/LtrTextField.jsx
Normal file
@@ -0,0 +1,10 @@
|
||||
import { TextField, styled } from "@mui/material";
|
||||
|
||||
const LtrTextField = styled(TextField)`
|
||||
.MuiInputBase-input {
|
||||
/* @noflip */
|
||||
direction: ltr;
|
||||
}
|
||||
`;
|
||||
|
||||
export default LtrTextField;
|
||||
Reference in New Issue
Block a user