Commit 50e0492e authored by David O'Regan's avatar David O'Regan Committed by Denys Mishunov

Rename inherit color to reset

parent 5c8c8db5
...@@ -34,7 +34,7 @@ function createMenuItemTemplate({ original }) { ...@@ -34,7 +34,7 @@ function createMenuItemTemplate({ original }) {
return `${avatarTag} return `${avatarTag}
${original.username} ${original.username}
<small class="small font-weight-normal gl-color-inherit">${name}${count}</small> <small class="small font-weight-normal gl-reset-color">${name}${count}</small>
${icon}`; ${icon}`;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment