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