Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 959bf49

Browse files
committed
fix input group border
1 parent e8698b8 commit 959bf49

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

site/src/components/InputGroup/InputGroup.tsx

-5
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,6 @@ export const InputGroup: FC<HTMLProps<HTMLDivElement>> = (props) => {
2828
"& > *:first-of-type": {
2929
borderTopRightRadius: 0,
3030
borderBottomRightRadius: 0,
31-
32-
"&.MuiFormControl-root .MuiInputBase-root": {
33-
borderTopRightRadius: 0,
34-
borderBottomRightRadius: 0,
35-
},
3631
},
3732

3833
"& > *:last-child": {

0 commit comments

Comments
 (0)