Improved UI aesthetics.

This commit is contained in:
Tom Butcher 2025-07-19 21:36:02 +01:00
parent da0ea83e57
commit 3a1eb27b50
2 changed files with 2 additions and 2 deletions

View File

@ -30,7 +30,7 @@ const AppError = ({
style={{ height: '100vh' }} style={{ height: '100vh' }}
gap={'large'} gap={'large'}
> >
<Card> <Card style={{ borderRadius: 20 }}>
<Flex vertical align='center'> <Flex vertical align='center'>
<FarmControlLogo style={{ fontSize: '500px', height: '40px' }} /> <FarmControlLogo style={{ fontSize: '500px', height: '40px' }} />
</Flex> </Flex>

View File

@ -37,7 +37,7 @@ const AppLoading = () => {
style={{ height: '100vh' }} style={{ height: '100vh' }}
gap={'large'} gap={'large'}
> >
<Card> <Card style={{ borderRadius: 20 }}>
<Flex vertical align='center'> <Flex vertical align='center'>
<FarmControlLogo style={{ fontSize: '500px', height: '40px' }} /> <FarmControlLogo style={{ fontSize: '500px', height: '40px' }} />
</Flex> </Flex>