From 33d3a5ca3d7b355a583ef04452228f7ae50de0b4 Mon Sep 17 00:00:00 2001 From: Tony Giorgio Date: Fri, 5 Jan 2024 00:11:10 -0600 Subject: [PATCH] Yellow pending status --- src/components/ActivityItem.tsx | 7 ++++++- tailwind.config.cjs | 1 + 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/src/components/ActivityItem.tsx b/src/components/ActivityItem.tsx index e3e707f..b942819 100644 --- a/src/components/ActivityItem.tsx +++ b/src/components/ActivityItem.tsx @@ -183,7 +183,12 @@ export function ActivityItem(props: { 2147483647}> - + + diff --git a/tailwind.config.cjs b/tailwind.config.cjs index 99ec8be..baa9fe4 100644 --- a/tailwind.config.cjs +++ b/tailwind.config.cjs @@ -29,6 +29,7 @@ module.exports = { "m-blue-dark": "hsla(220, 59%, 42%, 1)", "m-red": "hsla(343, 92%, 54%, 1)", "m-red-dark": "hsla(343, 92%, 44%, 1)", + "m-yellow": "#E7D538", "sidebar-gray": "hsla(222, 15%, 7%, 1)", "m-grey-350": "hsla(0, 0%, 73%, 1)", "m-grey-400": "hsla(0, 0%, 64%, 1)",