diff --git a/src/components/Sidebar.vue b/src/components/Sidebar.vue index da3dc43..dfc4a30 100644 --- a/src/components/Sidebar.vue +++ b/src/components/Sidebar.vue @@ -5,15 +5,32 @@ @@ -35,6 +52,7 @@ font-weight: 700; margin-bottom: 40px; padding-left: 20px; + color: var(--text-main); } .sidebar-nav { @@ -68,6 +86,8 @@ .nav-icon { margin-right: 12px; - font-size: 18px; + display: flex; + align-items: center; + justify-content: center; }