From a3ace66ce9f732c11769b75aca1eb865f4446f43 Mon Sep 17 00:00:00 2001 From: selvi Date: Sat, 20 Dec 2025 15:38:21 +0530 Subject: [PATCH] color code updated --- app/(auth)/change-password/page.tsx | 4 +- app/(auth)/forgot-password/page.tsx | 8 +- app/(auth)/login/page.tsx | 16 +- app/(auth)/register/page.tsx | 16 +- app/(auth)/reset-password/page.tsx | 8 +- app/(defaults)/reverse-proxy/page.tsx | 4 +- .../auth/components-auth-forgot-form.tsx | 4 +- .../auth/components-auth-login-form.tsx | 2 +- .../auth/components-auth-register-form.tsx | 2 +- .../auth/components-auth-reset-form.tsx | 4 +- .../auth/components-auth-unlock-form.tsx | 2 +- components/layouts/header.tsx | 4 +- components/layouts/sidebar.tsx | 100 +++++------ styles/tailwind.css | 156 ++++++++++++++---- 14 files changed, 210 insertions(+), 120 deletions(-) diff --git a/app/(auth)/change-password/page.tsx b/app/(auth)/change-password/page.tsx index 8525f57..7e04152 100644 --- a/app/(auth)/change-password/page.tsx +++ b/app/(auth)/change-password/page.tsx @@ -19,8 +19,8 @@ const CoverLockScreen = () => { image image
-
-
+
+
Logo diff --git a/app/(auth)/forgot-password/page.tsx b/app/(auth)/forgot-password/page.tsx index b68e0b1..9b16056 100644 --- a/app/(auth)/forgot-password/page.tsx +++ b/app/(auth)/forgot-password/page.tsx @@ -23,8 +23,8 @@ export default function CoverForgotPassword() { image image
-
-
+
+
Logo @@ -45,7 +45,7 @@ export default function CoverForgotPassword() {
-

+

Forgot Password

@@ -58,7 +58,7 @@ export default function CoverForgotPassword() {

Remember your password?  - + SIGN IN
diff --git a/app/(auth)/login/page.tsx b/app/(auth)/login/page.tsx index 4ffca8c..cffe39b 100644 --- a/app/(auth)/login/page.tsx +++ b/app/(auth)/login/page.tsx @@ -25,8 +25,8 @@ const CoverLogin = () => { image image
-
-
+
+
Logo @@ -45,7 +45,7 @@ const CoverLogin = () => {
-

Sign in

+

Sign in

Enter your email and password to login

@@ -60,7 +60,7 @@ const CoverLogin = () => { @@ -69,7 +69,7 @@ const CoverLogin = () => { @@ -78,7 +78,7 @@ const CoverLogin = () => { @@ -87,7 +87,7 @@ const CoverLogin = () => { @@ -96,7 +96,7 @@ const CoverLogin = () => {
Don't have an account ?  - + SIGN UP
diff --git a/app/(auth)/register/page.tsx b/app/(auth)/register/page.tsx index 326a055..9df1d7a 100644 --- a/app/(auth)/register/page.tsx +++ b/app/(auth)/register/page.tsx @@ -25,8 +25,8 @@ const CoverRegister = () => { image image
-
-
+
+
Logo @@ -45,7 +45,7 @@ const CoverRegister = () => {
-

Sign Up

+

Sign Up

Enter your email and password to register

@@ -60,7 +60,7 @@ const CoverRegister = () => { @@ -69,7 +69,7 @@ const CoverRegister = () => { @@ -78,7 +78,7 @@ const CoverRegister = () => { @@ -87,7 +87,7 @@ const CoverRegister = () => { @@ -96,7 +96,7 @@ const CoverRegister = () => {
Already have an account ?  - + SIGN IN
diff --git a/app/(auth)/reset-password/page.tsx b/app/(auth)/reset-password/page.tsx index d0b2492..25f8d7e 100644 --- a/app/(auth)/reset-password/page.tsx +++ b/app/(auth)/reset-password/page.tsx @@ -24,8 +24,8 @@ export default function CoverForgotPassword() { image image
-
-
+
+
Logo @@ -46,7 +46,7 @@ export default function CoverForgotPassword() {
-

+

Reset Password

@@ -59,7 +59,7 @@ export default function CoverForgotPassword() {

Remember your password?  - + SIGN IN
diff --git a/app/(defaults)/reverse-proxy/page.tsx b/app/(defaults)/reverse-proxy/page.tsx index d8c41d5..d837e6d 100644 --- a/app/(defaults)/reverse-proxy/page.tsx +++ b/app/(defaults)/reverse-proxy/page.tsx @@ -148,7 +148,7 @@ export default function ReverseProxyPage() { style={{ padding: 12, marginTop: 10, - backgroundColor: loading ? "#93c5fd" : "#2563eb", + backgroundColor: loading ? "#93c5fd" : "#3779b9", color: "#ffffff", border: "none", borderRadius: 6, @@ -187,7 +187,7 @@ export default function ReverseProxyPage() { input:focus, select:focus { - border-color: #2563eb; + border-color: #3779b9; box-shadow: 0 0 0 2px rgba(37, 99, 235, 0.2); } `} diff --git a/components/auth/components-auth-forgot-form.tsx b/components/auth/components-auth-forgot-form.tsx index 5509067..78e68ca 100644 --- a/components/auth/components-auth-forgot-form.tsx +++ b/components/auth/components-auth-forgot-form.tsx @@ -41,11 +41,11 @@ export default function ForgotPasswordForm() { - {message &&

{message}

} + {message &&

{message}

} ); } diff --git a/components/auth/components-auth-login-form.tsx b/components/auth/components-auth-login-form.tsx index 0a108f1..819af87 100644 --- a/components/auth/components-auth-login-form.tsx +++ b/components/auth/components-auth-login-form.tsx @@ -113,7 +113,7 @@ const ComponentsAuthLoginForm = () => { diff --git a/components/auth/components-auth-register-form.tsx b/components/auth/components-auth-register-form.tsx index b979af1..2f533af 100644 --- a/components/auth/components-auth-register-form.tsx +++ b/components/auth/components-auth-register-form.tsx @@ -137,7 +137,7 @@ const ComponentsAuthRegisterForm = () => { diff --git a/components/auth/components-auth-reset-form.tsx b/components/auth/components-auth-reset-form.tsx index a5c825c..f22c223 100644 --- a/components/auth/components-auth-reset-form.tsx +++ b/components/auth/components-auth-reset-form.tsx @@ -53,13 +53,13 @@ export default function ResetPasswordForm() { {message && ( -

+

{message}

)} diff --git a/components/auth/components-auth-unlock-form.tsx b/components/auth/components-auth-unlock-form.tsx index 47a03ba..c969f29 100644 --- a/components/auth/components-auth-unlock-form.tsx +++ b/components/auth/components-auth-unlock-form.tsx @@ -107,7 +107,7 @@ const ComponentsAuthChangePasswordForm = () => { diff --git a/components/layouts/header.tsx b/components/layouts/header.tsx index 18a2954..c609e06 100644 --- a/components/layouts/header.tsx +++ b/components/layouts/header.tsx @@ -159,7 +159,7 @@ const Header = () => { return (
-
+
logo @@ -490,7 +490,7 @@ const Header = () => {
{/* horizontal menu */} -
    +
    • -
        +
        • {t('sales')}
        • @@ -134,7 +134,7 @@ const Sidebar = () => { -

          +

          {t('apps')}

          @@ -144,15 +144,15 @@ const Sidebar = () => {
        • - - {t('crawl')} + + {t('crawl')}
        • {/*
        • - + {t('mailbox')}
          @@ -160,7 +160,7 @@ const Sidebar = () => {
        • - + {t('todo_list')}
          @@ -168,7 +168,7 @@ const Sidebar = () => {
        • - + {t('notes')}
          @@ -176,7 +176,7 @@ const Sidebar = () => {
        • - + {t('scrumboard')}
          @@ -184,7 +184,7 @@ const Sidebar = () => {
        • - + {t('contacts')}
          @@ -193,17 +193,17 @@ const Sidebar = () => {
        • -
            +
            • {t('list')}
            • @@ -223,7 +223,7 @@ const Sidebar = () => {
            • - + {t('calendar')}
              @@ -231,7 +231,7 @@ const Sidebar = () => {
            -

            +

            {t('user_interface')}

            @@ -239,17 +239,17 @@ const Sidebar = () => { {/*
          • -
              +
              • {t('tabs')}
              • @@ -299,17 +299,17 @@ const Sidebar = () => { {/*
              • -
                  +
                  • {t('alerts')}
                  • @@ -371,7 +371,7 @@ const Sidebar = () => {
                  • - + {t('charts')}
                    @@ -380,7 +380,7 @@ const Sidebar = () => {
                  • - + {t('widgets')}
                    @@ -389,7 +389,7 @@ const Sidebar = () => {
                  • - + {t('font_icons')}
                    @@ -398,13 +398,13 @@ const Sidebar = () => {
                  • - + {t('drag_and_drop')}
                  • -

                    +

                    {t('tables_and_forms')}

                    @@ -412,7 +412,7 @@ const Sidebar = () => {
                  • - + {t('tables')}
                    @@ -421,17 +421,17 @@ const Sidebar = () => {
                  • -
                      +
                      • {t('basic')}
                      • @@ -472,17 +472,17 @@ const Sidebar = () => {
                      • -
                          +
                          • {t('basic')}
                          • @@ -532,7 +532,7 @@ const Sidebar = () => { -

                            +

                            {t('user_and_pages')}

                            @@ -540,17 +540,17 @@ const Sidebar = () => {
                          • -
                              +
                              • {t('profile')}
                              • @@ -564,17 +564,17 @@ const Sidebar = () => {
                              • -
                                  +
                                  • {t('knowledge_base')}
                                  • @@ -615,7 +615,7 @@ const Sidebar = () => {
-