diff --git a/desktop/app/src/index.tsx b/desktop/app/src/index.tsx index 26c789d86..30595e435 100644 --- a/desktop/app/src/index.tsx +++ b/desktop/app/src/index.tsx @@ -34,7 +34,7 @@ export {PluginClient, Props} from './plugin'; export {default as Client} from './Client'; export {MetricType} from './utils/exportMetrics'; export {default as promiseTimeout} from './utils/promiseTimeout'; -export {clipboard} from 'electron'; +export {clipboard, remote, OpenDialogOptions} from 'electron'; export {default as SupportRequestFormV2} from './fb-stubs/SupportRequestFormV2'; export {default as constants} from './fb-stubs/constants'; export {connect} from 'react-redux'; diff --git a/desktop/app/src/ui/components/colors.tsx b/desktop/app/src/ui/components/colors.tsx index a5d49fbc0..b949355cc 100644 --- a/desktop/app/src/ui/components/colors.tsx +++ b/desktop/app/src/ui/components/colors.tsx @@ -31,6 +31,7 @@ export const colors = { highlightTint70: '#c6d9ff', // Highlight - Tint 70 (illustrations only) highlightTint90: '#ecf2ff', // Highlight - Tint 90 (illustrations only) highlightBackground: '#edf2fa', // Highlight Background - Background fill for unread or highlighted states. Not intended for hover / pressed states + highlighButtonPrimaryColor: '#237FF1', // Blue color which is used in the button when its type is primary green: '#42b72a', // Green - Confirmation, success, commerce and status red: '#FC3A4B', // Red - Badges, error states redTint: '#FEF2F1',