diff options
| author | Rafi Zadanly <zadanlyr@gmail.com> | 2023-11-24 14:43:48 +0700 |
|---|---|---|
| committer | Rafi Zadanly <zadanlyr@gmail.com> | 2023-11-24 14:43:48 +0700 |
| commit | 812e4ac0afc56ee3121a5673af35bf8be2f4432c (patch) | |
| tree | 08ecdfbc1b49e24082091610040f94ada6da6690 /src/modules/profile-card/index.tsx | |
| parent | 66df36564dd3c027e89db423c2e30e6f8f027216 (diff) | |
Update
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> |
