Skip to content

Commit d786a80

Browse files
committed
fix: use dc__no-border instead of dc__transparent on log resize button
1 parent 0468c90 commit d786a80

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@devtron-labs/devtron-fe-common-lib",
3-
"version": "0.3.6-beta-6",
3+
"version": "0.3.6-beta-7",
44
"description": "Supporting common component library",
55
"type": "module",
66
"main": "dist/index.js",

src/Common/Constants.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -549,4 +549,5 @@ export const VULNERABILITIES_SORT_PRIORITY = {
549549
unknown: 5,
550550
}
551551

552+
// TODO: might not work need to verify
552553
export const IS_PLATFORM_MAC_OS = window.navigator.userAgent.toUpperCase().includes('MAC')

src/Shared/Components/CICDHistory/History.components.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ export const LogResizeButton = withShortcut(
8585
<button
8686
type="button"
8787
aria-label="Enter/Exit fullscreen view"
88-
className="zoom dc__zi-4 flex dc__transparent log-resize-button"
88+
className="zoom dc__zi-4 flex dc__no-border log-resize-button"
8989
onClick={toggleFullScreen}
9090
>
9191
{fullScreenView ? (

0 commit comments

Comments
 (0)