-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
37 update theme with the one from the style guide #38
37 update theme with the one from the style guide #38
Conversation
🚀 Preview deployment for this PR is going up! Remember you might need to hard refresh to get the new content. Preview URL: https://www.frequency.xyz/_pr/38/ |
src/routes/+layout.ts
Outdated
@@ -1,5 +1,6 @@ | |||
import '../style/app.css'; | |||
|
|||
import * as styles from '@frequency-chain/style-guide'; | |||
console.log(styles); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It looks like this might be some leftover from debugging?
@@ -5,7 +5,7 @@ | |||
export let linkedinUrl: string; | |||
</script> | |||
|
|||
<div class="max-w-[100px] sm:text-indigo lg:text-cream"> | |||
<div class="max-w-[100px] sm:text-brightBlue lg:text-cream"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
same hex, new name
@@ -5,7 +5,7 @@ | |||
</script> | |||
|
|||
<div class="w-full max-w-[425px] pb-[80px] sm:pt-[80px] lg:pl-[140px] lg:pt-6"> | |||
<h3 class="text-base font-semibold">Join the Digital Revolution</h3> | |||
<h3 class="text-normal font-semibold">Join the Digital Revolution</h3> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
new name
🚀 Preview deployment for this PR is going up! Remember you might need to hard refresh to get the new content. Preview URL: https://www.frequency.xyz/_pr/38/ |
🚀 Preview deployment for this PR is going up! Remember you might need to hard refresh to get the new content. Preview URL: https://www.frequency.xyz/_pr/38/ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍 looks great!
Description
Update theme to use the styleguide.
Type of change
How to Test?
Pull branch and see that styles look the same and are not broken in any screen size.
Checklist: