summaryrefslogtreecommitdiff
path: root/frontend/src/components/store/Store.tsx
diff options
context:
space:
mode:
authorAAGaming <aa@mail.catvibers.me>2022-07-17 16:42:24 -0400
committerAAGaming <aa@mail.catvibers.me>2022-07-17 16:42:24 -0400
commite6dd1c29d8ca85525c8efd0b84b98fd949b934d4 (patch)
tree0c6ed3907bd219b1b2691f98e06a8a5317e9597e /frontend/src/components/store/Store.tsx
parent6e88c7c9ac1bf2b4cd21947724508d75caab439b (diff)
downloaddecky-loader-2.0.4-e6dd1c2-pre.tar.gz
decky-loader-2.0.4-e6dd1c2-pre.zip
remove modal box shadowv2.0.4-e6dd1c2-pre
Diffstat (limited to 'frontend/src/components/store/Store.tsx')
-rw-r--r--frontend/src/components/store/Store.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/src/components/store/Store.tsx b/frontend/src/components/store/Store.tsx
index ffad5426..fc95fcd5 100644
--- a/frontend/src/components/store/Store.tsx
+++ b/frontend/src/components/store/Store.tsx
@@ -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.