We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f43d0c commit 01a2a1cCopy full SHA for 01a2a1c
src/components/Sidebar/Sidebar.react.js
@@ -187,7 +187,7 @@ const Sidebar = ({
187
{dashboardUser && (
188
<div className={styles.footer}>
189
<a href={`${mountPath}logout`} className={styles.more}>
190
- <Icon height={24} width={24} name="logout" />
+ <Icon height={16} width={16} name="logout" />
191
Logout
192
</a>
193
</div>
src/components/Sidebar/Sidebar.scss
@@ -53,7 +53,7 @@ $footerHeight: 36px;
53
@include DosisFont;
54
position: absolute;
55
background: #05283c;
56
- padding: 9px 0;
+ padding: 10px 0;
57
text-align: center;
58
bottom: 0;
59
left: 0;
0 commit comments