Skip to content

Commit 402f993

Browse files
committed
fix: log resize button styling
1 parent 6254bab commit 402f993

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ export const LogResizeButton = ({
7272
<button
7373
type="button"
7474
aria-label="Enter/Exit fullscreen view"
75-
className="zoom dc__zi-4 flex dc__no-border log-resize-button"
75+
className="zoom dc__zi-4 flex log-resize-button"
7676
onClick={toggleFullScreen}
7777
>
7878
{fullScreenView ? (

src/Shared/Components/CICDHistory/cicdHistory.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -259,8 +259,8 @@
259259
box-shadow:
260260
0 0 4px 0 rgba(0, 10, 20, 0.5),
261261
0 0 4px 0 rgba(0, 10, 20, 0.5);
262-
background-color: var(--bg-primary);
263-
opacity: 0.8;
262+
background-color: var(--bg-overlay-secondary);
263+
border: 1px solid var(--border-primary);
264264
z-index: 11;
265265

266266
& > svg {

0 commit comments

Comments
 (0)