+ } />
}
diff --git a/src/components/Button/index.js b/src/components/Button/index.js
new file mode 100644
index 0000000..4eee36c
--- /dev/null
+++ b/src/components/Button/index.js
@@ -0,0 +1 @@
+import React from "react";
\ No newline at end of file
diff --git a/src/components/nav/Nav.js b/src/components/nav/Nav.js
index 2ab3396..560dbde 100644
--- a/src/components/nav/Nav.js
+++ b/src/components/nav/Nav.js
@@ -44,7 +44,7 @@ const Nav = ({ logOut }) => {
{/* ------------ */}
chaneNav(1)}
>
@@ -236,7 +236,7 @@ const Nav = ({ logOut }) => {
{/* ---------- */}
diff --git a/src/view/login/Login.js b/src/view/login/Login.js
index 525dc32..59a5dc7 100644
--- a/src/view/login/Login.js
+++ b/src/view/login/Login.js
@@ -74,7 +74,7 @@ const Login = ({ activeLogin }) => {
{/* ---- */}
diff --git a/tailwind.config.js b/tailwind.config.js
index 16ab326..f8945dc 100644
--- a/tailwind.config.js
+++ b/tailwind.config.js
@@ -23,6 +23,9 @@ module.exports = {
color17: "#CB1F1F",
color18: "#E2E2E2",
color19: "#959595", //register input label
+ red26: '#521326',
+ red52: '#df1452',
+ grayEC: '#ececec'
},
},
screens: {