From 5620219730bed3dde201261a89433af67426fb0f Mon Sep 17 00:00:00 2001 From: HFO4 <912394456@qq.com> Date: Mon, 21 Nov 2022 19:14:02 +0800 Subject: [PATCH] fix(ui): remove autofill background color --- src/App.js | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/App.js b/src/App.js index 9cded0c..1233169 100644 --- a/src/App.js +++ b/src/App.js @@ -98,12 +98,6 @@ export default function App() { minWidth: 0, }, toolbar: theme.mixins.toolbar, - "@global": { - "input:-webkit-autofill,input:-webkit-autofill:hover,input:-webkit-autofill:focus,input:-webkit-autofill:active": - { - "-webkit-box-shadow": "0 0 0 30px white inset !important", - }, - }, })); const classes = useStyles();