Skip to content

Commit

Permalink
fix(gpth/colors): correct typo in Reset Fonts btn to Reset Colors
Browse files Browse the repository at this point in the history
- Change the button text from "Reset Fonts" to "Reset Colors" in the Colors customization settings

Changes summary:
    - Fixed the typo in the "Reset Fonts" button to "Reset Colors" in the Colors customization settings for clarity and accuracy.
  • Loading branch information
itsmartashub committed Dec 15, 2024
1 parent f40019d commit 16d56fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/app/mainColors.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const renderColorsTab = `
</div>
</div>
<footer class="flex justify-center mt-10">
${renderButton({ id: 'resetAllAccents', content: 'Reset Fonts', disabled: false, className: 'btn-primary' })}
${renderButton({ id: 'resetAllAccents', content: 'Reset Colors', disabled: false, className: 'btn-primary' })}
</footer>
</section>
`
Expand Down

0 comments on commit 16d56fb

Please sign in to comment.