From 86b9cce71c897b42b1fb564e871be7e0915f6da9 Mon Sep 17 00:00:00 2001 From: nurbek Date: Sat, 18 Jun 2022 00:03:17 +0600 Subject: [PATCH] Update Mui / ui-framwork --- src/technologies/m.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/technologies/m.json b/src/technologies/m.json index 4ea0df965..bf2dfbd36 100644 --- a/src/technologies/m.json +++ b/src/technologies/m.json @@ -170,7 +170,7 @@ ], "css": "\\.MuiPaper-root", "description": "MUI(formerly Material UI) is a simple and customisable component library to build faster, beautiful, and more accessible React applications.", - "dom": "style[data-meta='MuiPaper'], div.MuiBox-root, div.MuiPaper-root", + "dom": "style[data-meta='MuiPaper'], div.MuiBox-root, div.MuiPaper-root, style[data-meta='MuiButton']", "icon": "MUI.svg", "implies": "React", "oss": true,