chat: amend codeeval asset for graphical tweak

The inverted CodeEval png would have noticable inverted borders,
so we now render the border using css and tweak its colouring as
necessary.
This commit is contained in:
Matilde Park 2020-05-04 13:30:30 -04:00
parent 6a10987602
commit 60db7d06c7
2 changed files with 1 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 596 B

After

Width:  |  Height:  |  Size: 611 B

View File

@ -386,7 +386,7 @@ export class ChatInput extends Component {
style={{ filter: state.code && 'invert(100%)', height: '100%', width: '100%' }}
onClick={this.toggleCode}
src="/~chat/img/CodeEval.png"
className="contrast-10-d bg-white bg-none-d"
className="contrast-10-d bg-white bg-none-d ba b--gray1-d br1"
/>
</div>
</div>