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 { -