File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -115,6 +115,7 @@ export const styles = (theme) => {
115115 '&:-webkit-autofill' : {
116116 WebkitBoxShadow : theme . palette . type === 'dark' ? '0 0 0 100px #266798 inset' : null ,
117117 WebkitTextFillColor : theme . palette . type === 'dark' ? '#fff' : null ,
118+ caretColor : theme . palette . type === 'dark' ? '#fff' : null ,
118119 borderTopLeftRadius : 'inherit' ,
119120 borderTopRightRadius : 'inherit' ,
120121 } ,
Original file line number Diff line number Diff line change @@ -75,6 +75,7 @@ export const styles = (theme) => {
7575 '&:-webkit-autofill' : {
7676 WebkitBoxShadow : theme . palette . type === 'dark' ? '0 0 0 100px #266798 inset' : null ,
7777 WebkitTextFillColor : theme . palette . type === 'dark' ? '#fff' : null ,
78+ caretColor : theme . palette . type === 'dark' ? '#fff' : null ,
7879 borderRadius : 'inherit' ,
7980 } ,
8081 } ,
You can’t perform that action at this time.
0 commit comments