From 779bab2c67bd67e80ae72891cb4b4641a15ee16f Mon Sep 17 00:00:00 2001 From: Luqmaan Essop Date: Fri, 7 Jun 2024 07:03:52 +0000 Subject: [PATCH] feat(SLB-226): attempt to warn rather thanfail --- packages/ui/.storybook/preview.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/ui/.storybook/preview.tsx b/packages/ui/.storybook/preview.tsx index de121e5af..46813ca8e 100644 --- a/packages/ui/.storybook/preview.tsx +++ b/packages/ui/.storybook/preview.tsx @@ -80,8 +80,8 @@ export const parameters = { { // Setting the enabled option to false will disable checks for this particular rule on all stories. id: 'color-contrast', - enabled: false, - // reviewOnFail: true, + reviewOnFail: true, + // enabled: false, }, ], },