mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-11-11 04:48:00 +03:00
chat: pointer cursor for attachment + dojo in input
This commit is contained in:
parent
3d40d37e80
commit
efd088a372
@ -189,6 +189,7 @@ class ChatInput extends Component<ChatInputProps, ChatInputState> {
|
||||
) : (
|
||||
<Icon
|
||||
icon='Attachment'
|
||||
cursor='pointer'
|
||||
width='16'
|
||||
height='16'
|
||||
onClick={() =>
|
||||
@ -201,6 +202,7 @@ class ChatInput extends Component<ChatInputProps, ChatInputState> {
|
||||
<Box mr={2} flexShrink={0} height='16px' width='16px' flexBasis='16px'>
|
||||
<Icon
|
||||
icon='Dojo'
|
||||
cursor='pointer'
|
||||
onClick={this.toggleCode}
|
||||
color={state.inCodeMode ? 'blue' : 'black'}
|
||||
/>
|
||||
|
Loading…
Reference in New Issue
Block a user