diff --git a/ts/components/session/ActionsPanel.tsx b/ts/components/session/ActionsPanel.tsx index 6c4580254..5b799e972 100644 --- a/ts/components/session/ActionsPanel.tsx +++ b/ts/components/session/ActionsPanel.tsx @@ -68,7 +68,9 @@ export class ActionsPanel extends React.Component { if (currentTheme !== 'light') { const message = 'Light Mode'; const messageSub = - 'Feeling the dark side more? Just toggle the theme from the bottom-left moon icon.'; + 'Whoops, who left the lights on?

\ + That’s right, Session has a spiffy new light mode! Take the fresh new color palette for a spin — it’s now the default mode.

\ + Want to go back to the dark side? Just tap the moon symbol in the lower left corner of the app to switch modes.'; const hasSeenLightMode = await getItemById('hasSeenLightModeDialog'); if (hasSeenLightMode?.value === true) { @@ -77,7 +79,6 @@ export class ActionsPanel extends React.Component { } // force light them right now, then ask for permission await window.Events.setThemeSetting('light'); - // FIXME add the SUN icon window.confirmationDialog({ message, messageSub, diff --git a/ts/components/session/SessionConfirm.tsx b/ts/components/session/SessionConfirm.tsx index a906a5f3c..f0b611834 100644 --- a/ts/components/session/SessionConfirm.tsx +++ b/ts/components/session/SessionConfirm.tsx @@ -79,11 +79,11 @@ export class SessionConfirm extends React.Component { className={messageSubText} html={message} /> - {messageSub && ( - - {messageSub} - - )} +