From add3f77c1a2c1447f71423ff0581950b16fa8771 Mon Sep 17 00:00:00 2001 From: AAGaming Date: Sun, 3 Jul 2022 18:48:58 -0400 Subject: colorize legacy tag --- frontend/src/components/store/PluginCard.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'frontend/src/components/store/PluginCard.tsx') 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 = ({ 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} -- cgit v1.2.3