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

Fix Nano theme legibility #10433

Merged
merged 1 commit into from
Jan 6, 2025
Merged

Fix Nano theme legibility #10433

merged 1 commit into from
Jan 6, 2025

Conversation

fzaninotto
Copy link
Member

@fzaninotto fzaninotto commented Jan 3, 2025

Problem

Apps using the Nano theme aren't very usable due to poor legibility of buttons and menus.

Solution

Tweak the theme for better legibility.

Before:

Posters-Galore-Administration-01-03-2025_09_58_AM

After:

Posters-Galore-Administration-01-03-2025_09_57_AM

fontSize: 12,
h1: { fontSize: '7rem' },
h2: { fontWeight: 400 },
h3: { fontWeight: 500 },
h4: { fontWeight: 700 },
h5: { fontWeight: 700 },
button: { textTransform: undefined },
Copy link
Contributor

Choose a reason for hiding this comment

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

Button text is no longer uppercased. Is this intended? 🤔

Before

image

After

image

Copy link
Member Author

Choose a reason for hiding this comment

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

Yes it is. I find it more legible like that.

@slax57 slax57 merged commit 5fc1098 into next Jan 6, 2025
15 checks passed
@slax57 slax57 deleted the nano-adjustments branch January 6, 2025 12:52
@slax57 slax57 changed the title Adjust Nano theme for better legibility [Demo] Adjust Nano theme for better legibility Jan 6, 2025
@slax57 slax57 added this to the 5.5.0 milestone Jan 6, 2025
@fzaninotto fzaninotto changed the title [Demo] Adjust Nano theme for better legibility Fix Nano theme legibility Jan 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
RFR Ready For Review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants