Tweaked the owner stack exit icon

This commit is contained in:
Brian Vaughn 2019-02-14 09:23:54 -08:00
parent 36e596ecd1
commit 5a301cd26e
2 changed files with 2 additions and 2 deletions

View File

@ -51,5 +51,5 @@
height: 20px; height: 20px;
width: 1px; width: 1px;
background-color: var(--color-border); background-color: var(--color-border);
margin-right: 0.5rem; margin: 0 0.5rem;
} }

View File

@ -24,7 +24,7 @@ export default function OwnerStack() {
onClick={resetOwnerStack} onClick={resetOwnerStack}
title="Back to tree view" title="Back to tree view"
> >
<ButtonIcon type="back" /> <ButtonIcon type="close" />
</button> </button>
<div className={styles.VRule} /> <div className={styles.VRule} />
{elements} {elements}