aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/topbar
diff options
context:
space:
mode:
authorGeireann Lindfield Roberts <60007097+geireann@users.noreply.github.com>2023-07-09 20:08:14 -0400
committerGeireann Lindfield Roberts <60007097+geireann@users.noreply.github.com>2023-07-09 20:08:14 -0400
commit10ed9b42d8fd56364ca8dcfd5b9005fae28b305f (patch)
tree585f1d033be1a0e50619cb8818f98316a96d2221 /src/client/views/topbar
parent9b52c0798508a003a722c7bcd849c7ed977e3487 (diff)
fixing dropdown components
Diffstat (limited to 'src/client/views/topbar')
-rw-r--r--src/client/views/topbar/TopBar.tsx13
1 files changed, 6 insertions, 7 deletions
diff --git a/src/client/views/topbar/TopBar.tsx b/src/client/views/topbar/TopBar.tsx
index a73d5cce0..80294917f 100644
--- a/src/client/views/topbar/TopBar.tsx
+++ b/src/client/views/topbar/TopBar.tsx
@@ -166,13 +166,12 @@ export class TopBar extends React.Component {
render() {
return (
//TODO:glr Add support for light / dark mode
- <div style={{ pointerEvents: 'all' }} className="topbar-container">
- <div
- className="topbar-inner-container"
- style={{
- color: this.textColor,
- background: this.backgroundColor,
- }}>
+ <div style={{
+ pointerEvents: 'all',
+ color: this.textColor,
+ background: this.backgroundColor,
+ }} className="topbar-container">
+ <div className="topbar-inner-container">
{this.topbarLeft}
{this.topbarCenter}
{this.topbarRight}