diff options
author | Paul Frazee <pfrazee@gmail.com> | 2023-01-18 11:15:40 -0600 |
---|---|---|
committer | Paul Frazee <pfrazee@gmail.com> | 2023-01-18 11:15:40 -0600 |
commit | 77580ab6a4df8e233e5b1a9b166eebbca9bdc80f (patch) | |
tree | 964991f62d70de001c2f7ba08c0a6c135181bc3b /src/view/com/util/error/ErrorMessage.tsx | |
parent | df4acbd683fb66c469c25915e875a8bcd2d83971 (diff) | |
download | voidsky-77580ab6a4df8e233e5b1a9b166eebbca9bdc80f.tar.zst |
Rework all typography
Diffstat (limited to 'src/view/com/util/error/ErrorMessage.tsx')
-rw-r--r-- | src/view/com/util/error/ErrorMessage.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/view/com/util/error/ErrorMessage.tsx b/src/view/com/util/error/ErrorMessage.tsx index ee31ad2cb..684e93fca 100644 --- a/src/view/com/util/error/ErrorMessage.tsx +++ b/src/view/com/util/error/ErrorMessage.tsx @@ -31,7 +31,7 @@ export function ErrorMessage({ <FontAwesomeIcon icon="exclamation" style={pal.text} size={16} /> </View> <Text - type="body2" + type="sm" style={[styles.message, pal.text]} numberOfLines={numberOfLines}> {message} |