Skip to content

Commit 0729e88

Browse files
committed
refactor: Remove commented-out styled component descriptions in NonSuperUserProfilingQuestions.tsx
1 parent 237bb92 commit 0729e88

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

app/client/src/pages/setup/NonSuperUserProfilingQuestions.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ const StyledButton = styled(Button)`
3333
width: 160px;
3434
`;
3535

36-
// Styled Input to match the radio button group styling
3736
const StyledFormTextField = styled(FormTextField)`
3837
.ads-v2-input {
3938
width: 100%;
@@ -57,7 +56,6 @@ const StyledFormTextField = styled(FormTextField)`
5756
}
5857
`;
5958

60-
// Input section container for consistent spacing
6159
const InputSection = styled.div`
6260
margin-bottom: ${(props) => props.theme.spaces[10]}px;
6361
`;

0 commit comments

Comments
 (0)