aboutsummaryrefslogtreecommitdiff
path: root/vnext/src/components/MessageInput.js
diff options
context:
space:
mode:
Diffstat (limited to 'vnext/src/components/MessageInput.js')
-rw-r--r--vnext/src/components/MessageInput.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/vnext/src/components/MessageInput.js b/vnext/src/components/MessageInput.js
index 71802985..ef740e41 100644
--- a/vnext/src/components/MessageInput.js
+++ b/vnext/src/components/MessageInput.js
@@ -105,7 +105,7 @@ const activeStyle = {
};
const inputBarStyle = {
- border: '1px solid #DDD',
+ border: '1px solid #ddd',
display: 'flex',
alignItems: 'center',
padding: '3px',