From 70597daad74b6ad99f763c72d56916055861febf Mon Sep 17 00:00:00 2001 From: Derek Luu Date: Tue, 6 Feb 2024 15:30:38 -0500 Subject: [PATCH] temporarily remove css variables as the root name space is conflicting with tenant themes in portal --- modules/components/package.json | 2 +- modules/components/public/themeStyles/constants.css | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/components/package.json b/modules/components/package.json index 139a9a521..f4611d8ce 100644 --- a/modules/components/package.json +++ b/modules/components/package.json @@ -1,6 +1,6 @@ { "name": "@pilotdataplatform/arranger-components", - "version": "1.5.5", + "version": "1.5.6", "description": "Data Portal Components", "main": "dist/index.js", "publishConfig": { diff --git a/modules/components/public/themeStyles/constants.css b/modules/components/public/themeStyles/constants.css index 5b5c7a8ec..5cde15420 100644 --- a/modules/components/public/themeStyles/constants.css +++ b/modules/components/public/themeStyles/constants.css @@ -1,4 +1,4 @@ -:root { +/* :root { --primary-color-1: #003262; --primary-color-2: #4a8500; --primary-color-3: #850000; @@ -31,4 +31,4 @@ --font-color-dark: #222222; --font-color-light: #818181; --font-color-lightest: #c3c6c8; -} +} */