chore: replace remaining MUI buttons (#20200)

This commit is contained in:
Bruno Quaresma
2025-10-08 13:39:47 -03:00
committed by GitHub
parent 79736154db
commit 55be304e53
23 changed files with 129 additions and 346 deletions
+1
View File
@@ -51,6 +51,7 @@
"@mui/material/Popover": "Use components/Popover/Popover instead.",
"@mui/material/Typography": "Use native HTML elements instead. Eg: <span>, <p>, <h1>, etc.",
"@mui/material/Box": "Use a <div> instead.",
"@mui/material/Button": "Use a components/Button/Button instead.",
"@mui/material/styles": "Import from @emotion/react instead.",
"lodash": "Use lodash/<name> instead."
}