fix: ltr style of phonenumber in layout
This commit is contained in:
6
src/components/common/LTRTypography.tsx
Normal file
6
src/components/common/LTRTypography.tsx
Normal file
@@ -0,0 +1,6 @@
|
||||
import { styled, Typography } from '@mui/material';
|
||||
|
||||
export const LTRTypography = styled(Typography)`
|
||||
/* @noflip */
|
||||
direction: ltr;
|
||||
`;
|
||||
Reference in New Issue
Block a user