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

Limit font size for quick tools #2002

Merged
merged 2 commits into from
Aug 5, 2024

Conversation

yadvirkaur
Copy link
Collaborator

#1481
Max font size using quick tools is capped to 30 and min font size to 1.

@@ -84,6 +84,8 @@ const QuickTools = ({ isMiscSlide }) => {
let payload;
let actionName;
let stateName;
const maxFontSize = 30;
Copy link
Collaborator

Choose a reason for hiding this comment

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

@yadvirkaur let's keep this same as the max font size in settings, change it to 20.

@Gauravjeetsingh Gauravjeetsingh merged commit e21c201 into KhalisFoundation:dev Aug 5, 2024
1 check passed
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