Skip to content

Commit

Permalink
remove unnecessary props
Browse files Browse the repository at this point in the history
  • Loading branch information
shlomiNugarker committed Jun 15, 2024
1 parent 850465a commit 458039a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
9 changes: 4 additions & 5 deletions src/pages/gapsPatterns/GapsPatternsPage.scss
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
.tooltip-style {
background: white;
padding: 5px;
border: 1px solid #ccc;
border-radius: 5px;
padding: 5px;
border: 1px solid #ccc;
border-radius: 5px;
}

.loading-container {
width: 500px;
margin: 50px 50px 0 0;
}
}
2 changes: 1 addition & 1 deletion src/pages/gapsPatterns/GapsPatternsPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ const GapsPatternsPage = () => {
/>
</Typography>
<Space direction="vertical" size="middle" style={{ marginBottom: '22px' }}>
<Alert severity="info" variant="outlined" sx={{ bgcolor: '#eaf5fe' }} icon={false}>
<Alert severity="info" variant="outlined" icon={false}>
{t('gaps_patterns_page_description')}
</Alert>
</Space>
Expand Down

0 comments on commit 458039a

Please sign in to comment.