feat: adjustment TYPOGRAPHY SCALES
This commit is contained in:
@@ -680,11 +680,10 @@ export function EnterpriseDetailPageProvider<E extends BaseEntity = BaseEntity>(
|
||||
style:
|
||||
action.key === ModuleAction.CREATE
|
||||
? {
|
||||
fontSize: 12,
|
||||
boxShadow:
|
||||
'0 4px 14px 0 color-mix(in srgb, var(--mantine-primary-color-filled) 40%, transparent)',
|
||||
}
|
||||
: { fontSize: 12 },
|
||||
: {},
|
||||
};
|
||||
}}
|
||||
actions={detailData ? pageActions : []}
|
||||
|
||||
Reference in New Issue
Block a user