From 91abc93c102d0015bfce78ca87e6f6a785a086f6 Mon Sep 17 00:00:00 2001 From: Mauricio Siu Date: Wed, 1 Jul 2026 13:26:23 -0600 Subject: [PATCH] refactor(whitelabeling): update CSS variables to use oklch color format Replaced existing color definitions in the whitelabeling settings with the oklch color format for improved color management and consistency. This change enhances the customization capabilities of the theme while maintaining compatibility with Tailwind CSS v4. No functional changes were made to the application behavior. --- .../settings/web-server/update-server.tsx | 4 +- .../settings/web-server/update-webserver.tsx | 9 +- .../whitelabeling/whitelabeling-settings.tsx | 122 ++++++++++-------- 3 files changed, 74 insertions(+), 61 deletions(-) diff --git a/apps/dokploy/components/dashboard/settings/web-server/update-server.tsx b/apps/dokploy/components/dashboard/settings/web-server/update-server.tsx index f375e85fc..5c1ce5cbb 100644 --- a/apps/dokploy/components/dashboard/settings/web-server/update-server.tsx +++ b/apps/dokploy/components/dashboard/settings/web-server/update-server.tsx @@ -255,13 +255,13 @@ export const UpdateServer = ({ -
+
{isUpdateAvailable ? ( - + ) : (