Skip to content

Commit

Permalink
Update INS-387 feature: adjust home page UI style to follow UI/UX des…
Browse files Browse the repository at this point in the history
…ign (#70) (#71)
  • Loading branch information
David-YuWei authored Sep 28, 2022
1 parent 9bcaa16 commit 3643200
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/pages/landing/landingView.js
Original file line number Diff line number Diff line change
Expand Up @@ -364,10 +364,9 @@ const styles = () => ({
background: '#380157',
color: '#FFFFFF',
fontSize: '26px',
fontWeight: 'lighter',
textTransform: 'capitalize',
lineHeight: '30px',
padding: '23px 110px 26px 43px',
padding: '23px 110px 26px 30px',
fontFamily: 'Inter',
},
landingContainer: {
Expand Down Expand Up @@ -447,14 +446,13 @@ const styles = () => ({
overflowY: 'auto',
background: '#fff',
paddingLeft: '30px',
paddingTop: '5px',
paddingTop: '10px',
minHeight: '138px',
},
contentHeader: {
color: '#20506A',
fontFamily: 'Inter',
fontSize: '26px',
fontWeight: 'bold',
lineHeight: '30px',
padding: '10px 0',
},
Expand Down

0 comments on commit 3643200

Please sign in to comment.