-
Notifications
You must be signed in to change notification settings - Fork 88
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update Support us form for mobile devices
- Loading branch information
ani-kalpachka
committed
Aug 21, 2023
1 parent
80b1964
commit ddd566b
Showing
3 changed files
with
32 additions
and
23 deletions.
There are no files selected for viewing
10 changes: 10 additions & 0 deletions
10
src/components/client/support-us-form/SupportUs.styled.tsx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
import { Typography } from '@mui/material' | ||
import { styled } from '@mui/material/styles' | ||
|
||
import theme from 'common/theme' | ||
|
||
export const BankDetailsLabel = styled(Typography)(() => ({ | ||
[theme.breakpoints.up('sm')]: { | ||
paddingLeft: theme.spacing(2), | ||
}, | ||
})) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters