about summary refs log tree commit diff
path: root/src/view/com/util/error/ErrorScreen.tsx
diff options
context:
space:
mode:
authorPaul Frazee <pfrazee@gmail.com>2023-04-27 13:15:04 -0500
committerPaul Frazee <pfrazee@gmail.com>2023-04-27 13:15:04 -0500
commit301c2e5bebb2a9077dd0692459a71eadb6c6d1dd (patch)
tree1a7cdd0fd895dd70ade830bc7e9e9ecc3a93b66e /src/view/com/util/error/ErrorScreen.tsx
parentda06b608f2992b4a18ca51b8e6919ef4d32aad7a (diff)
parent1d50ddb378d5c6954d4cf8a6145b4486b9497107 (diff)
downloadvoidsky-301c2e5bebb2a9077dd0692459a71eadb6c6d1dd.tar.zst
Merge branch 'main' of github.com:bluesky-social/social-app into main
Diffstat (limited to 'src/view/com/util/error/ErrorScreen.tsx')
-rw-r--r--src/view/com/util/error/ErrorScreen.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/view/com/util/error/ErrorScreen.tsx b/src/view/com/util/error/ErrorScreen.tsx
index dee625967..c849e37db 100644
--- a/src/view/com/util/error/ErrorScreen.tsx
+++ b/src/view/com/util/error/ErrorScreen.tsx
@@ -35,7 +35,7 @@ export function ErrorScreen({
           ]}>
           <FontAwesomeIcon
             icon="exclamation"
-            style={pal.textInverted}
+            style={pal.textInverted as FontAwesomeIconStyle}
             size={24}
           />
         </View>