mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-12 15:01:38 +03:00
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:
parent
6a10987602
commit
60db7d06c7
Binary file not shown.
Before Width: | Height: | Size: 596 B After Width: | Height: | Size: 611 B |
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user