A fork of https://github.com/crosspoint-reader/crosspoint-reader
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

feat: increase keyboard font size for classic theme (#897)

## Summary

* **What is the goal of this PR?** (e.g., Implements the new feature for
file uploading.)

Adresses Feature Request #896

* **What changes are included?**

Changed key dimensions, initial positions and margins.

## Additional Context

The keyboard now looks like this:

![image](https://github.com/user-attachments/assets/e2b8f3fe-e54a-4a44-9a29-2ef9f2c8dffb)

---

### AI Usage

While CrossPoint doesn't have restrictions on AI tools in contributing,
please be transparent about their usage as it
helps set the right context for reviewers.

Did you use AI tools to help write this code? _**NO**_

authored by

ariel-lindemann and committed by
GitHub
eb241ab3 840e8c38

+3 -3
+3 -3
src/components/themes/BaseTheme.h
··· 90 90 .sideButtonHintsWidth = 30, 91 91 .progressBarHeight = 16, 92 92 .bookProgressBarHeight = 4, 93 - .keyboardKeyWidth = 18, 94 - .keyboardKeyHeight = 18, 95 - .keyboardKeySpacing = 3, 93 + .keyboardKeyWidth = 22, 94 + .keyboardKeyHeight = 30, 95 + .keyboardKeySpacing = 10, 96 96 .keyboardBottomAligned = false, 97 97 .keyboardCenteredText = false}; 98 98 }