remove modal box shadow

This commit is contained in:
AAGaming
2022-07-17 16:42:24 -04:00
parent 6e88c7c9ac
commit e6dd1c29d8

View File

@@ -56,7 +56,7 @@ export function requestLegacyPluginInstall(plugin: LegacyStorePlugin, selectedVe
// do nothing
}}
>
<div className={staticClasses.Title} style={{ flexDirection: 'column' }}>
<div className={staticClasses.Title} style={{ flexDirection: 'column', boxShadow: 'unset' }}>
Using legacy plugins
</div>
You are currently installing a <b>legacy</b> plugin. Legacy plugins are no longer supported and may have issues.