diff --git a/src/IDE/Components/Sidebar/Sidebar.tsx b/src/IDE/Components/Sidebar/Sidebar.tsx
index 0ef87910ddf..223a055eb65 100644
--- a/src/IDE/Components/Sidebar/Sidebar.tsx
+++ b/src/IDE/Components/Sidebar/Sidebar.tsx
@@ -39,6 +39,7 @@ function IDESidebar(props: IDESidebarProps) {
{topButtons.map((button) => (
{bottomButtons.map((button) => (
props.theme.lineHeights[0]}px;
- color: var(--ads-v2-color-fg);
- display: flex;
- align-items: center;
-
- div {
- cursor: pointer;
- }
-
svg {
width: 16px;
height: 16px;
}
- margin-right: 4px;
`;
export const AddButtonWrapper = styled.div`