Skip to content

Commit

Permalink
Subscribe Page: Fix
Browse files Browse the repository at this point in the history
Text not visible in light mode, Font family didn't match other pages. Fixed these.
  • Loading branch information
sau-mili committed Oct 7, 2023
1 parent 4215183 commit e300902
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 17 deletions.
14 changes: 0 additions & 14 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 2 additions & 3 deletions pages/subscribe/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,13 @@ const styles = {
textAlign: 'center',
},
h2: {
fontFamily: 'Arial',
fontSize: '30px',
fontWeight: "bold",
color: 'grey',
marginTop: '10',
marginBottom: '5px',
},
p: {
fontFamily: 'Calibri',
fontSize: '25px',
color: 'black',
marginTop: '5px',
Expand Down Expand Up @@ -79,7 +78,7 @@ function SubscriptionPage() {
</div>

<h2 style={styles.h2}>Subscribe to our Newsletter!</h2>
<p className="text-gray-100">Get the latest updates delivered to your inbox.</p>
<p className="text-gray-500">Get the latest updates delivered to your inbox.</p>
<div style={styles.inputContainer}>
<input type="email" id="email" placeholder="[email protected]" value={email} onChange={handleEmailChange} />
</div>
Expand Down
25 changes: 25 additions & 0 deletions public/preloader.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

1 comment on commit e300902

@vercel
Copy link

@vercel vercel bot commented on e300902 Oct 7, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.