chore: Padding on gallery fixed

This commit is contained in:
XnpioChV
2023-04-05 16:35:29 -05:00
parent 36e56588cb
commit 5695f92127

View File

@@ -74,7 +74,7 @@ export const SelectionModal = ({
</Button>
)}
title={intl.formatMessage(titleMsg)}
bodyStyle={{ background, padding: '24px' }}
bodyStyle={{ background, padding: '9px 24px' }}
headerComponent={(
<div style={{ zIndex: 10000, margin: '18px 0' }}>
<SearchSort {...searchSortProps} />