From 7560837f012d839722308436e612ff0eeefcc645 Mon Sep 17 00:00:00 2001 From: fmtabbara Date: Wed, 4 Dec 2024 20:53:57 +0000 Subject: [PATCH] check linter --- explorer-nextjs/src/theme/colours.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/explorer-nextjs/src/theme/colours.ts b/explorer-nextjs/src/theme/colours.ts index 20c6dba30a..3de22256c0 100644 --- a/explorer-nextjs/src/theme/colours.ts +++ b/explorer-nextjs/src/theme/colours.ts @@ -8,7 +8,7 @@ export const colours = { 500: "#14e76f", }, haze: { - 200: "#DAE0EB", + 200: '#DAE0EB', 300: "#C4CCDE", }, pine: {