Split mx_AppPermissionWarning on _AppsDrawer.pcss into two classes (#10824)

* Separate mx_AppWarning and mx_AppPermission

* Remove mx_AppPermission_row for a type selector

* Nest: mx_AppPermission

* Run prettier

* Create a CSS file for AppPermission
This commit is contained in:
Suguru Hirahara 2023-05-16 10:14:52 +00:00 committed by GitHub
parent ae692f712a
commit 2eedfbf566
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 91 additions and 68 deletions

View file

@ -22,7 +22,7 @@ interface IProps {
const AppWarning: React.FC<IProps> = (props) => {
return (
<div className="mx_AppPermissionWarning">
<div className="mx_AppWarning">
<div>
<img src={require("../../../../res/img/warning.svg").default} alt="" />
</div>