Skip to content

Commit

Permalink
minnor change for font size limit inside quick tools
Browse files Browse the repository at this point in the history
  • Loading branch information
yadvirkaur committed Aug 5, 2024
1 parent 20e7166 commit 0e8b638
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/main/viewer/Slide/QuickTools.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ const QuickTools = ({ isMiscSlide }) => {
let payload;
let actionName;
let stateName;
const maxFontSize = 30;
const maxFontSize = 20;
const minFontSize = 1;

if (index > 0) {
Expand Down

0 comments on commit 0e8b638

Please sign in to comment.