diff options
Diffstat (limited to 'src/view/com/util/error/ErrorScreen.tsx')
-rw-r--r-- | src/view/com/util/error/ErrorScreen.tsx | 2 |
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> |