diff --git a/src/renderer/components/layout/sidebar-item.tsx b/src/renderer/components/layout/sidebar-item.tsx index 64a63be8c4..f3e171fc4b 100644 --- a/src/renderer/components/layout/sidebar-item.tsx +++ b/src/renderer/components/layout/sidebar-item.tsx @@ -3,7 +3,7 @@ * Licensed under MIT License. See LICENSE in root directory for more information. */ -import "./sidebar-item.scss"; +import styles from "./sidebar-items.module.scss"; import React from "react"; import { computed, makeObservable } from "mobx"; @@ -70,7 +70,7 @@ class NonInjectedSidebarItem extends React.Component< } return ( -