summaryrefslogtreecommitdiff
path: root/frontend/src
diff options
context:
space:
mode:
authorAAGaming <aa@mail.catvibers.me>2022-07-03 18:48:58 -0400
committerAAGaming <aa@mail.catvibers.me>2022-07-03 18:48:58 -0400
commitadd3f77c1a2c1447f71423ff0581950b16fa8771 (patch)
tree67680488c4684e6c60b1bd5e1a96df55d9c1d58a /frontend/src
parent6c42661f860f63dbb6ca3f90e612190bdbb34cb3 (diff)
downloaddecky-loader-add3f77c1a2c1447f71423ff0581950b16fa8771.tar.gz
decky-loader-add3f77c1a2c1447f71423ff0581950b16fa8771.zip
colorize legacy tag
Diffstat (limited to 'frontend/src')
-rw-r--r--frontend/src/components/store/PluginCard.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/src/components/store/PluginCard.tsx b/frontend/src/components/store/PluginCard.tsx
index e99d95d0..a21c199b 100644
--- a/frontend/src/components/store/PluginCard.tsx
+++ b/frontend/src/components/store/PluginCard.tsx
@@ -125,7 +125,7 @@ const PluginCard: FC<PluginCardProps> = ({ plugin }) => {
padding: '5px',
marginRight: '10px',
borderRadius: '5px',
- background: tag == 'root' ? '#842029' : '#ACB2C947',
+ background: tag == 'root' ? '#842029' : tag == 'legacy' ? '#EDE841' : '#ACB2C947',
}}
>
{tag == 'root' ? 'Requires root' : tag}