Minor dark theme improvements

Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
marcin mikołajczak
2022-08-09 11:57:09 +02:00
parent 3866b104db
commit 5c5113aff3
3 changed files with 8 additions and 4 deletions

View File

@ -24,7 +24,7 @@ const AuthToken: React.FC<IAuthToken> = ({ token }) => {
};
return (
<div className='p-4 rounded-lg bg-gray-100 dark:bg-gray-700'>
<div className='p-4 rounded-lg bg-gray-100 dark:bg-primary-800'>
<Stack space={2}>
<Stack>
<Text size='md' weight='medium'>{token.app_name}</Text>