Skip to content
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

Merged
merged 6 commits into from
Oct 17, 2024
Merged

Effy update home + global font sizes #376

merged 6 commits into from
Oct 17, 2024

Conversation

effyyzhang
Copy link
Collaborator

@effyyzhang effyyzhang commented Oct 17, 2024

image
CleanShot 2024-10-16 at 20 22 53@2x

Notebook before and after:
CleanShot 2024-10-17 at 10 44 25@2x
CleanShot 2024-10-16 at 20 28 55@2x

@effyyzhang
Copy link
Collaborator Author

CleanShot 2024-10-16 at 20 41 13@2x

Copy link
Contributor

@nichochar nichochar left a 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)}
Copy link
Contributor

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;
Copy link
Contributor

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?

Copy link
Collaborator Author

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.

@effyyzhang
Copy link
Collaborator Author

@nichochar can you review again, thanks!

Copy link
Contributor

@nichochar nichochar left a comment

Choose a reason for hiding this comment

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

LGTM

@effyyzhang effyyzhang merged commit 259f3a0 into main Oct 17, 2024
3 checks passed
@effyyzhang effyyzhang deleted the effy-update-home branch October 17, 2024 17:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants