We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 981d5be commit 4162608Copy full SHA for 4162608
2 files changed
CHANGELOG.md
@@ -6,6 +6,7 @@
6
- Implemented dark theme for main activity and About
7
- Made About show full screen on mobile
8
- Made About have `max-width` on desktop
9
+- Made stroke keys text colour match theme (umbrella yellow)
10
11
12
## [v0.5.1] Visual improvements (2021-07-13)
app/src/main/res/values/colors.xml
@@ -8,7 +8,7 @@
<color name="umbrella_grey">#FFCECECE</color>
<color name="very_dark_grey">#FF222222</color>
<!-- Keyboard -->
- <color name="stroke_key_text">#FFFFFF00</color>
+ <color name="stroke_key_text">@color/umbrella_yellow</color>
<color name="space_bar_text">#FFA3A3A3</color>
13
<color name="key_fill">#FF181818</color>
14
<color name="enter_key_fill">#FF00CE00</color>
0 commit comments