manual improvement 1
This commit is contained in:
@@ -58,7 +58,7 @@ const AuditLogRow: FunctionComponent<AuditLogRowProps> = ({ entry, actorLabel })
|
||||
<Paper
|
||||
elevation={0}
|
||||
data-audit-id={entry.id}
|
||||
sx={{ border: '1px solid', borderColor: 'divider', borderRadius: 2, overflow: 'hidden' }}
|
||||
sx={{ border: '1px solid', borderColor: 'divider', borderRadius: 'var(--bal-radius-md)', overflow: 'hidden' }}
|
||||
>
|
||||
<Stack
|
||||
role={hasDetail ? 'button' : undefined}
|
||||
|
||||
Reference in New Issue
Block a user