From 4027dc0126eb847c99fe6a2d22b360afc4070e47 Mon Sep 17 00:00:00 2001 From: Arthur DANJOU Date: Wed, 27 Nov 2024 12:07:29 +0100 Subject: [PATCH] Add: change math tag color --- types.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types.ts b/types.ts index 8f63492..adf67c1 100644 --- a/types.ts +++ b/types.ts @@ -93,6 +93,6 @@ export const TAGS: Array = [ { label: 'Maths', icon: 'i-ph-calculator-duotone', - color: 'rose', + color: 'pink', }, ]