Skip to content

Commit 6b5bb3d

Browse files
committed
fix: Background color transparent for input base
1 parent 09c6e42 commit 6b5bb3d

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

app/themes/federal.tsx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -389,6 +389,11 @@ theme.components = {
389389
},
390390
MuiInputBase: {
391391
styleOverrides: {
392+
input: {
393+
"&:focus": {
394+
backgroundColor: "transparent",
395+
},
396+
},
392397
adornedStart: {
393398
"> svg:first-of-type": {
394399
margin: "0 0.5rem",

0 commit comments

Comments
 (0)