From 12de62a544cb93381b627e7e63eb59f8db12ba59 Mon Sep 17 00:00:00 2001 From: Himanshu Gupta Date: Sat, 6 Jan 2024 23:20:00 +0530 Subject: [PATCH] fix(configfontsize): change the json format --- __appset/universal/configFontSize.js | 2 +- __appset/universal/configFontWeight.js | 2 +- __appset/universal/theme.js | 1 - 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/__appset/universal/configFontSize.js b/__appset/universal/configFontSize.js index 8d4dac8..c0464e7 100644 --- a/__appset/universal/configFontSize.js +++ b/__appset/universal/configFontSize.js @@ -14,6 +14,6 @@ const FontSize = { "xxs" : "11px", "xxxs" : "10px", "xxxxs" : "8px" -}; +} export default FontSize; diff --git a/__appset/universal/configFontWeight.js b/__appset/universal/configFontWeight.js index 7f50729..188feb6 100644 --- a/__appset/universal/configFontWeight.js +++ b/__appset/universal/configFontWeight.js @@ -4,6 +4,6 @@ const FontWeight = { "medium" : "500", "semibold" : "600", "bold" : "700" -}; +} export default FontWeight; diff --git a/__appset/universal/theme.js b/__appset/universal/theme.js index 5eb97d4..7344bc7 100644 --- a/__appset/universal/theme.js +++ b/__appset/universal/theme.js @@ -17,5 +17,4 @@ export default { }, Button, Input, - };