From f897f123debdb61e19bd4620d8818e60f0df8aa5 Mon Sep 17 00:00:00 2001 From: dert1129 Date: Tue, 19 Dec 2023 09:14:14 -0500 Subject: [PATCH 1/2] implement help dropdown --- package.json | 2 +- src/index.scss | 10 ++++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 4762098..247d983 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "history": "5.1.0", "immutability-helper": "3.1.1", "isomorphic-unfetch": "3.1.0", - "kpmp-common-components": "1.2.7", + "kpmp-common-components": "1.2.8", "kpmp-common-styles": "1.0.13", "react": "17.0.2", "react-dnd": "15.1.1", diff --git a/src/index.scss b/src/index.scss index 58c02ea..44fdabf 100755 --- a/src/index.scss +++ b/src/index.scss @@ -537,4 +537,14 @@ th[title='Pixels Type'], th[title='Pixels Type'] + td { position: fixed; bottom: 0px; } +} + +.btn-secondary { + background-color: white !important; + color: rgba(0,0,0,.55) !important; + border-color: white !important; +} + +.nav-link{ + color: rgba(0,0,0,.55) } \ No newline at end of file From 11a7c79cff5e9d80595dc143499b9c957ef49ecf Mon Sep 17 00:00:00 2001 From: dert1129 Date: Tue, 19 Dec 2023 09:59:23 -0500 Subject: [PATCH 2/2] upgrade package --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 247d983..d3e87e0 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "history": "5.1.0", "immutability-helper": "3.1.1", "isomorphic-unfetch": "3.1.0", - "kpmp-common-components": "1.2.8", + "kpmp-common-components": "1.2.9", "kpmp-common-styles": "1.0.13", "react": "17.0.2", "react-dnd": "15.1.1",