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