Skip to content

Commit

Permalink
Making tests for the validate application and the fetch company appli…
Browse files Browse the repository at this point in the history
…cation services
  • Loading branch information
FranciscoCardoso913 committed Aug 29, 2023
1 parent fec92ea commit 598c567
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/components/Offers/Form/form-components/offerStyles.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,12 +73,12 @@ export default (isMobile) => makeStyles((theme) => ({
paddingTop: theme.spacing(2),
marginTop: theme.spacing(2),
},
warning:{
fontSize:"1.2em",
warning: {
fontSize: "1.2em",
"& .MuiAlert-icon": {
fontSize: "1.5em"
fontSize: "1.5em",
},
marginBottom:"1em"
marginBottom: "1em",


},
Expand Down

0 comments on commit 598c567

Please sign in to comment.