summaryrefslogtreecommitdiff
path: root/frontend/src/components
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/src/components')
-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}