We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e31085a commit 9fa14a6Copy full SHA for 9fa14a6
3141
src/screens/OrganizationFunds/OrganizationFunds.tsx
@@ -300,7 +300,7 @@ const organizationFunds = (): JSX.Element => {
300
<Button
301
tabIndex={-1}
302
className={`${styles.searchButton} `}
303
- style={{ marginBottom: '9px' }}
+ style={{ marginBottom: '0px' }}
304
data-testid="searchBtn"
305
>
306
<Search className={styles.searchIcon} />
@@ -339,7 +339,7 @@ const organizationFunds = (): JSX.Element => {
339
variant="success"
340
onClick={() => handleOpenModal(null, 'create')}
341
className={styles.createButton}
342
- style={{ marginTop: '11px' }}
+ style={{ marginTop: '0px' }}
343
data-testid="createFundBtn"
344
345
<i className={'fa fa-plus me-2'} />
0 commit comments