From 1feafd634bfdb3056f2402f1f9c6cebca9a8d5a5 Mon Sep 17 00:00:00 2001 From: Himanshu Gupta Date: Sat, 6 Jan 2024 11:54:42 +0530 Subject: [PATCH] fix(configinput): change json in configInput --- __appset/configInput.js | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/__appset/configInput.js b/__appset/configInput.js index fc1984a..1a7d131 100644 --- a/__appset/configInput.js +++ b/__appset/configInput.js @@ -1,18 +1,17 @@ /* eslint-disable */ - const Input = { "borderRadius": "4px", "primary": { - "borderColor": "white", + "borderColor": "white" }, "secondary": { - "borderColor": "white", + "borderColor": "white" }, "tertiary": { - "borderColor": "white", + "borderColor": "white" }, "quaternary": { - "borderColor": "white", + "borderColor": "white" } }