Skip to content

Commit

Permalink
temporarily remove css variables as the root name space is conflictin…
Browse files Browse the repository at this point in the history
…g with tenant themes in portal
  • Loading branch information
Derek Luu committed Feb 6, 2024
1 parent 20eff8a commit 70597da
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion modules/components/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
4 changes: 2 additions & 2 deletions modules/components/public/themeStyles/constants.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
:root {
/* :root {
--primary-color-1: #003262;
--primary-color-2: #4a8500;
--primary-color-3: #850000;
Expand Down Expand Up @@ -31,4 +31,4 @@
--font-color-dark: #222222;
--font-color-light: #818181;
--font-color-lightest: #c3c6c8;
}
} */

0 comments on commit 70597da

Please sign in to comment.