From 85d4b1efdd1c196be313aa25aace6d80bf3fcbc9 Mon Sep 17 00:00:00 2001 From: Aadil Ayub Date: Thu, 30 May 2024 13:38:56 +0500 Subject: [PATCH] adjust shade of black --- theme.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theme.json b/theme.json index 0b9eebb..b544e16 100644 --- a/theme.json +++ b/theme.json @@ -24,7 +24,7 @@ "slug": "white" }, { - "color": "#000", + "color": "#1A1A1A", "name": "Black", "slug": "black" },