We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 237bb92 commit 0729e88Copy full SHA for 0729e88
app/client/src/pages/setup/NonSuperUserProfilingQuestions.tsx
@@ -33,7 +33,6 @@ const StyledButton = styled(Button)`
33
width: 160px;
34
`;
35
36
-// Styled Input to match the radio button group styling
37
const StyledFormTextField = styled(FormTextField)`
38
.ads-v2-input {
39
width: 100%;
@@ -57,7 +56,6 @@ const StyledFormTextField = styled(FormTextField)`
57
56
}
58
59
60
-// Input section container for consistent spacing
61
const InputSection = styled.div`
62
margin-bottom: ${(props) => props.theme.spaces[10]}px;
63
0 commit comments