Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sjaanus committed Sep 26, 2024
1 parent 8281581 commit 5dd0d65
Showing 1 changed file with 0 additions and 22 deletions.
22 changes: 0 additions & 22 deletions frontend/src/component/onboarding/flow/ProjectOnboarded.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,28 +51,6 @@ const TitleContainer = styled('div')(({ theme }) => ({
fontWeight: 'bold',
}));

const NeutralCircleContainer = styled('span')(({ theme }) => ({
width: '28px',
height: '28px',
display: 'flex',
alignItems: 'center',
justifyContent: 'center',
backgroundColor: theme.palette.neutral.border,
borderRadius: '50%',
}));

const MainCircleContainer = styled(NeutralCircleContainer)(({ theme }) => ({
backgroundColor: theme.palette.primary.main,
color: theme.palette.background.paper,
}));

const ExistingFlagContainer = styled('div')(({ theme }) => ({
display: 'flex',
flexDirection: 'column',
gap: theme.spacing(3),
height: '100%',
}));

const Title = styled('div')(({ theme }) => ({
display: 'flex',
flexDirection: 'column',
Expand Down

0 comments on commit 5dd0d65

Please sign in to comment.