From ef1c53b3a99fdbdff575e3b8dd8f86193ce6c929 Mon Sep 17 00:00:00 2001 From: lytrankieio123 Date: Fri, 20 Aug 2021 15:31:11 +0700 Subject: [PATCH] :wrench: config: add file constanst :%s --- src/components/common/Header/Header.module.scss | 3 ++- src/utils/constanst.utils.ts | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 src/utils/constanst.utils.ts diff --git a/src/components/common/Header/Header.module.scss b/src/components/common/Header/Header.module.scss index d84fa0f80..64be923aa 100644 --- a/src/components/common/Header/Header.module.scss +++ b/src/components/common/Header/Header.module.scss @@ -6,9 +6,10 @@ } .btnBlue { @apply bg-primary hover:bg-warning text-label font-bold py-2 px-4 custom-border-radius; + } .link { - color: theme("colors.pink"); + color: theme("colors.warning"); } .heading { @apply text-base; diff --git a/src/utils/constanst.utils.ts b/src/utils/constanst.utils.ts new file mode 100644 index 000000000..ae4a87762 --- /dev/null +++ b/src/utils/constanst.utils.ts @@ -0,0 +1 @@ +// constanst here \ No newline at end of file