From 75e28d0a376c98253ed1ee701b6ab63eb4b52072 Mon Sep 17 00:00:00 2001 From: Abhinav Date: Sat, 3 Sep 2022 18:05:11 +0530 Subject: [PATCH] made cancel button secondary --- src/components/WatchFolder/mappingEntry/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/WatchFolder/mappingEntry/index.tsx b/src/components/WatchFolder/mappingEntry/index.tsx index 5e8749aa0..ec8e360b8 100644 --- a/src/components/WatchFolder/mappingEntry/index.tsx +++ b/src/components/WatchFolder/mappingEntry/index.tsx @@ -29,7 +29,7 @@ export function MappingEntry({ mapping, handleRemoveMapping }: Iprops) { content: constants.STOP_WATCHING_DIALOG_MESSAGE, close: { text: constants.CANCEL, - variant: 'primary', + variant: 'secondary', }, proceed: { action: stopWatching,