aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/topbar
diff options
context:
space:
mode:
authorgeireann <geireann.lindfield@gmail.com>2023-06-05 19:42:06 -0400
committergeireann <geireann.lindfield@gmail.com>2023-06-05 19:42:06 -0400
commit0fc47fefcb72592bd34e238949db9e98a84b8a63 (patch)
treebe840a30e6bdb0234780855f6dbc0087b9097a5c /src/client/views/topbar
parent3d30bdaf6dcf4972593f10b9b0f2fabd79c7062b (diff)
topbar, buttons etc
Diffstat (limited to 'src/client/views/topbar')
-rw-r--r--src/client/views/topbar/TopBar.tsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/views/topbar/TopBar.tsx b/src/client/views/topbar/TopBar.tsx
index 9bd2ba5ce..32b56b202 100644
--- a/src/client/views/topbar/TopBar.tsx
+++ b/src/client/views/topbar/TopBar.tsx
@@ -86,6 +86,7 @@ export class TopBar extends React.Component {
tooltip="Browsing mode for directly navigating to documents"
size={Size.SMALL}
color={'white'}
+ style={{fontWeight: 700, fontSize: '1rem'}}
onClick={(e: React.MouseEvent) => {
const dashView = Doc.ActiveDashboard && DocumentManager.Instance.getDocumentView(Doc.ActiveDashboard);
ContextMenu.Instance.addItem({ description: 'Open Dashboard View', event: this.navigateToHome, icon: 'edit' });