From 7c63e871f059cd21e02f2590469e9d95249fad4e Mon Sep 17 00:00:00 2001 From: Thomas Nordquist Date: Sat, 13 Jul 2019 14:33:12 +0200 Subject: [PATCH] Fix disconnect button label --- app/src/components/Layout/TitleBar.tsx | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/app/src/components/Layout/TitleBar.tsx b/app/src/components/Layout/TitleBar.tsx index 2b5a4a5..453f8a7 100644 --- a/app/src/components/Layout/TitleBar.tsx +++ b/app/src/components/Layout/TitleBar.tsx @@ -32,6 +32,8 @@ const styles = (theme: Theme) => ({ }, disconnect: { margin: 'auto 8px auto auto', + }, + disconnectLabel: { color: theme.palette.primary.contrastText, }, }) @@ -71,7 +73,11 @@ class TitleBar extends React.PureComponent { -