diff --git a/frontend/src/container/ExplorerOptions/ExplorerOptions.styles.scss b/frontend/src/container/ExplorerOptions/ExplorerOptions.styles.scss
index cddeb356b8..eb57c1e6df 100644
--- a/frontend/src/container/ExplorerOptions/ExplorerOptions.styles.scss
+++ b/frontend/src/container/ExplorerOptions/ExplorerOptions.styles.scss
@@ -37,7 +37,6 @@
}
}
-
.explorer-options {
position: fixed;
bottom: 24px;
@@ -78,11 +77,9 @@
display: flex;
justify-content: center;
align-items: center;
- gap: 8px;
+ border: none;
border: 1px solid #1d2023;
- color: #c0c1c3;
- background-color: #161922;
box-shadow: none !important;
diff --git a/frontend/src/container/ExplorerOptions/ExplorerOptions.tsx b/frontend/src/container/ExplorerOptions/ExplorerOptions.tsx
index ff186409e3..5c68bc8a0d 100644
--- a/frontend/src/container/ExplorerOptions/ExplorerOptions.tsx
+++ b/frontend/src/container/ExplorerOptions/ExplorerOptions.tsx
@@ -373,26 +373,41 @@ function ExplorerOptions({
onClick={handleSaveViewModalToggle}
className={isEditDeleteSupported ? '' : 'hidden'}
disabled={viewsIsLoading || isRefetching}
+ icon={