diff options
author | Paul Frazee <pfrazee@gmail.com> | 2023-07-06 20:28:10 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-06 20:28:10 -0500 |
commit | e14c9783e0cea73ada1d20e8a798738c39319315 (patch) | |
tree | 41be4e050c1e7cf4ade0e0ff1c66342599618935 /src/lib/styles.ts | |
parent | f05c2f06d665cb3a9989154fbc82a2b0ea60669a (diff) | |
download | voidsky-e14c9783e0cea73ada1d20e8a798738c39319315.tar.zst |
[APP-735] Post language improvements (#982)
* Fix composer character-counter bouncing around UI elements * Fix composer toolbar padding when keyboard is dismissed on iOS * Use the full name of the language in the composer footer * Add headings to the DropdownButton * Update the composer language control to use a simpler dropdown * Fix lint * Add translate link to Post component used in notifications * Fix lint
Diffstat (limited to 'src/lib/styles.ts')
-rw-r--r-- | src/lib/styles.ts | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/lib/styles.ts b/src/lib/styles.ts index fb631c0bf..c5a710fff 100644 --- a/src/lib/styles.ts +++ b/src/lib/styles.ts @@ -89,6 +89,9 @@ export const s = StyleSheet.create({ // text decoration underline: {textDecorationLine: 'underline'}, + // font variants + tabularNum: {fontVariant: ['tabular-nums']}, + // font sizes f9: {fontSize: 9}, f10: {fontSize: 10}, |