From 698a39fafb9c6a9fbecf3c718fc7eb1e75a2cfb7 Mon Sep 17 00:00:00 2001 From: Timo Date: Tue, 6 May 2025 12:40:22 +0200 Subject: [PATCH] tailwind: updates color values --- .../app/src/routes/machines/details.tsx | 18 ++++++++------- pkgs/webview-ui/app/tailwind/core-plugin.ts | 22 +++++++++---------- 2 files changed, 21 insertions(+), 19 deletions(-) diff --git a/pkgs/webview-ui/app/src/routes/machines/details.tsx b/pkgs/webview-ui/app/src/routes/machines/details.tsx index 2e5786c0e..2143e4355 100644 --- a/pkgs/webview-ui/app/src/routes/machines/details.tsx +++ b/pkgs/webview-ui/app/src/routes/machines/details.tsx @@ -667,14 +667,16 @@ const MachineForm = (props: MachineDetailsProps) => { - + { + + } diff --git a/pkgs/webview-ui/app/tailwind/core-plugin.ts b/pkgs/webview-ui/app/tailwind/core-plugin.ts index 9965d8935..d61d283fb 100644 --- a/pkgs/webview-ui/app/tailwind/core-plugin.ts +++ b/pkgs/webview-ui/app/tailwind/core-plugin.ts @@ -240,17 +240,17 @@ export default plugin.withOptions( 950: toRGB("#162324"), }, secondary: { - 50: toRGB("#f7f9f9"), - 100: toRGB("#e7f2f4"), - 200: toRGB("#d7e8ea"), - 300: toRGB("#afc6ca"), - 400: toRGB("#8fb2b6"), - 500: toRGB("#7b9a9e"), - 600: toRGB("#4f747a"), - 700: toRGB("#415e63"), - 800: toRGB("#445f64"), - 900: toRGB("#2b4347"), - 950: toRGB("#0d1415"), + 50: toRGB("#F7F9FA"), + 100: toRGB("#E7F2F4"), + 200: toRGB("#D8E8EB"), + 300: toRGB("#AFC6CA"), + 400: toRGB("#90B2B7"), + 500: toRGB("#7B9B9F"), + 600: toRGB("#4F747A"), + 700: toRGB("#415E63"), + 800: toRGB("#446065"), + 900: toRGB("#2C4347"), + 950: toRGB("#0D1416"), }, info: { 50: toRGB("#eff9ff"),