-
Notifications
You must be signed in to change notification settings - Fork 254
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
Effy update home + global font sizes #376
Conversation
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.
One font
I think we should remove, and maybe a screenshot of the old notebook to make sure things don't look broken, but otherwise this LGTM!
@@ -84,7 +84,7 @@ const DialogDescription = React.forwardRef< | |||
>(({ className, ...props }, ref) => ( | |||
<DialogPrimitive.Description | |||
ref={ref} | |||
className={cn('text-sm text-tertiary-foreground', className)} | |||
className={cn('text-sm font text-tertiary-foreground', className)} |
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.
I dont think this does anything
@@ -154,41 +154,47 @@ | |||
|
|||
@layer components { | |||
.title { | |||
font-size: 3rem; | |||
font-size: 2rem; |
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.
Not super critical given that we want to focus on apps, but do these affect the notebook look?
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.
This changes the title size of the notebook, no impact on the app. I changed this cause the rest of the font are smaller now.
@nichochar can you review again, thanks! |
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.
LGTM
Notebook before and after: