chore: bump the version of material-ui core to 4.12.2

Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
blam
2021-07-27 14:15:42 +02:00
parent 9ed40d1152
commit b05210593d
54 changed files with 61 additions and 62 deletions
+1 -1
View File
@@ -14,7 +14,7 @@
* limitations under the License.
*/
import { createMuiTheme } from '@material-ui/core';
import { createTheme as createMuiTheme } from '@material-ui/core';
import { darken, lighten } from '@material-ui/core/styles/colorManipulator';
import { Overrides } from '@material-ui/core/styles/overrides';