Skip to content

Commit

Permalink
remove modal box shadow
Browse files Browse the repository at this point in the history
  • Loading branch information
AAGaming00 committed Jul 17, 2022
1 parent 6e88c7c commit e6dd1c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/store/Store.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit e6dd1c2

Please sign in to comment.