fix(LOY-283): remove title from dtmc modal
adjust padding and remove box-shadow according to design documents
This commit is contained in:
@@ -57,12 +57,6 @@ export default function DigitalTeamMemberCardClient({
|
||||
</span>
|
||||
</Button>
|
||||
<Modal onToggle={onToggle} isOpen={isOpen} className={styles.modal}>
|
||||
<Typography variant="Title/xs">
|
||||
<h2 className={styles.title}>
|
||||
{intl.formatMessage({ defaultMessage: "Scandic Family" })}
|
||||
</h2>
|
||||
</Typography>
|
||||
|
||||
<DigitalTeamMemberCardContent user={user} />
|
||||
|
||||
<Typography variant="Body/Paragraph/mdRegular">
|
||||
|
||||
Reference in New Issue
Block a user