Skip to content

Commit 5f897eb

Browse files
committed
fix: update button styling
1 parent bde76f6 commit 5f897eb

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

compose/neurosynth-frontend/src/pages/Curation/components/CurationBoardAIInterfaceIdentificationUI.tsx

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ const CurationBoardAIInterfaceIdentificationUI: React.FC<{
3737
>
3838
<Card sx={{ padding: '1rem', width: { xs: '90%', lg: '70%' } }}>
3939
<CardContent>
40-
<Typography variant="h6" sx={{ marginBottom: '2rem', color: 'text.secondary' }}>
40+
<Typography variant="h6" sx={{ color: 'text.secondary' }}>
4141
No studies in this project yet.{' '}
4242
<MuiLink underline="hover" component={Link} to="import">
4343
{' '}
@@ -160,16 +160,11 @@ const CurationBoardAIInterfaceIdentificationUI: React.FC<{
160160
>
161161
<Card sx={{ padding: '1rem', width: { xs: '90%', lg: '70%' } }}>
162162
<CardContent>
163-
<Typography variant="h6" sx={{ marginBottom: '2rem', color: 'text.secondary' }}>
163+
<Typography variant="h6" sx={{ marginBottom: '1rem', color: 'text.secondary' }}>
164164
There are no uncategorized studies left to review.
165165
</Typography>
166166

167-
<Button
168-
variant="outlined"
169-
color="primary"
170-
onClick={handleReviewDuplicates}
171-
sx={{ minWidth: '150px' }}
172-
>
167+
<Button color="primary" onClick={handleReviewDuplicates} sx={{ minWidth: '150px' }}>
173168
Review all duplicates
174169
</Button>
175170
</CardContent>

0 commit comments

Comments
 (0)