diff options
author | Vitaly Takmazov | 2018-06-22 11:41:31 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2023-01-13 10:37:53 +0300 |
commit | 141599103c5b46921a18c33d72ee75518f6705b4 (patch) | |
tree | b3e94306abe0991982bafcf213abdf163c435aab /vnext/src/components/MessageInput.js | |
parent | 95a88c4bb3733200912a877821c0a919d42022b6 (diff) |
camera input color
Diffstat (limited to 'vnext/src/components/MessageInput.js')
-rw-r--r-- | vnext/src/components/MessageInput.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/vnext/src/components/MessageInput.js b/vnext/src/components/MessageInput.js index ef740e41..a8bbbc33 100644 --- a/vnext/src/components/MessageInput.js +++ b/vnext/src/components/MessageInput.js @@ -97,7 +97,8 @@ export default class MessageInput extends React.Component { } const inactiveStyle = { - cursor: 'pointer' + cursor: 'pointer', + color: '#888' }; const activeStyle = { cursor: 'pointer', |