From c80d7ebce387df17fec840bf0637703642fe6a05 Mon Sep 17 00:00:00 2001 From: Alex Andreev Date: Tue, 30 Aug 2022 11:01:26 +0300 Subject: [PATCH] Use classnames from a scss module Signed-off-by: Alex Andreev --- src/renderer/components/layout/sidebar-item.tsx | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) 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 ( -