Skip to content

Commit

Permalink
fix: Disabled background is only partially filled
Browse files Browse the repository at this point in the history
  • Loading branch information
amattu2 committed Nov 29, 2024
1 parent abe9370 commit 48748dc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Questionnaire/CustomAutocomplete.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ const StyledFormControl = styled(FormControl)({

const StyledTag = styled("div")({
paddingLeft: "12px",
position: "absolute",
});

const ProxySelect = styled("select")({
Expand Down

0 comments on commit 48748dc

Please sign in to comment.