summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTrainDoctor <traindoctor@protonmail.com>2022-07-03 16:18:07 -0700
committerTrainDoctor <traindoctor@protonmail.com>2022-07-03 16:18:07 -0700
commit94042153996460e20c42b5c0e0365d5ad6c960a6 (patch)
tree642a1c633336eef313c0a525c8f6582faa2fd8ab
parentb8bf150a7497c5f4bdb0be8e3be5510be983bead (diff)
downloaddecky-loader-94042153996460e20c42b5c0e0365d5ad6c960a6.tar.gz
decky-loader-94042153996460e20c42b5c0e0365d5ad6c960a6.zip
Make legacy tag text readable
-rw-r--r--frontend/src/components/store/PluginCard.tsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/frontend/src/components/store/PluginCard.tsx b/frontend/src/components/store/PluginCard.tsx
index c4d2c938..b2ea3c54 100644
--- a/frontend/src/components/store/PluginCard.tsx
+++ b/frontend/src/components/store/PluginCard.tsx
@@ -134,6 +134,7 @@ const PluginCard: FC<PluginCardProps> = ({ plugin }) => {
{isLegacyPlugin(plugin) && (
<span
style={{
+ color: '#232120',
padding: '5px',
marginRight: '10px',
borderRadius: '5px',