diff options
Diffstat (limited to 'src/modules/profile-card/index.tsx')
| -rw-r--r-- | src/modules/profile-card/index.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/profile-card/index.tsx b/src/modules/profile-card/index.tsx index 881561d..f353f16 100644 --- a/src/modules/profile-card/index.tsx +++ b/src/modules/profile-card/index.tsx @@ -8,7 +8,7 @@ const ProfileCard = () => { const credential = getServerCredential() return credential && ( - <Card shadow='sm'> + <Card shadow='none' radius='none' className={styles.card}> <CardBody className={styles.cardBody}> <Avatar icon={<AvatarIcon />} size='sm' isBordered color='primary' classNames={{ icon: 'text-white' }} /> <div> |
