Skip to content

Commit

Permalink
oops fix whte to white
Browse files Browse the repository at this point in the history
  • Loading branch information
timbl committed Jan 22, 2021
1 parent dc8c3eb commit 2bf268c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/longChatPane.js
Expand Up @@ -15,7 +15,7 @@ const CHAT_LOCATION_IN_CONTAINER = 'index.ttl#this'
const SPANNER_ICON = 'noun_344563.svg'
// resize: horizontal; min-width: 20em;
const SIDEBAR_COMPONENT_STYLE = UI.style.sidebarComponentStyle || ' padding: 0.5em; width: 100%;'
const SIDEBAR_STYLE = UI.style.sidebarStyle || 'overflow-x: auto; overflow-y: auto; border-radius: 1em; border: 0.1em solid whte;'
const SIDEBAR_STYLE = UI.style.sidebarStyle || 'overflow-x: auto; overflow-y: auto; border-radius: 1em; border: 0.1em solid white;'
// was purple border
module.exports = {
CHAT_LOCATION_IN_CONTAINER,
Expand Down

0 comments on commit 2bf268c

Please sign in to comment.