mirror of
https://github.com/SteamDeckHomebrew/decky-loader.git
synced 2026-06-17 08:47:49 +00:00
remove modal box shadow
This commit is contained in:
@@ -56,7 +56,7 @@ export function requestLegacyPluginInstall(plugin: LegacyStorePlugin, selectedVe
|
|||||||
// do nothing
|
// do nothing
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
<div className={staticClasses.Title} style={{ flexDirection: 'column' }}>
|
<div className={staticClasses.Title} style={{ flexDirection: 'column', boxShadow: 'unset' }}>
|
||||||
Using legacy plugins
|
Using legacy plugins
|
||||||
</div>
|
</div>
|
||||||
You are currently installing a <b>legacy</b> plugin. Legacy plugins are no longer supported and may have issues.
|
You are currently installing a <b>legacy</b> plugin. Legacy plugins are no longer supported and may have issues.
|
||||||
|
|||||||
Reference in New Issue
Block a user