Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
fix(ui): improve channel list hamburger icon
Browse files Browse the repository at this point in the history
Ensure that the hamburger icon is not cut off at the bottom.

fix #2656
  • Loading branch information
mrfelton committed Jul 31, 2019
1 parent bac1ac8 commit 1ee42aa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions icons/layout-list.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion renderer/components/Icon/LayoutList.js
Expand Up @@ -3,7 +3,7 @@ import React from 'react'
const SvgLayoutList = props => (
<svg height="1em" viewBox="0 0 16 16" width="1em" {...props}>
<path
d="M.5.5h15v1H.5zm0 5h15v1H.5zm0 5h15v1H.5zm0 5h15v1H.5z"
d="M.5.5h15v1H.5v-1zm0 4.672h15v1H.5v-1zm0 4.668h15v1H.5v-1zm0 4.672h15v1H.5v-1z"
fill="currentColor"
fillRule="evenodd"
stroke="currentColor"
Expand Down

0 comments on commit 1ee42aa

Please sign in to comment.