diff options
Diffstat (limited to 'gui/src')
| -rw-r--r-- | gui/src/renderer/components/AccountStyles.tsx | 1 | ||||
| -rw-r--r-- | gui/src/renderer/components/AdvancedSettings.tsx | 10 | ||||
| -rw-r--r-- | gui/src/renderer/components/AdvancedSettingsStyles.tsx | 5 | ||||
| -rw-r--r-- | gui/src/renderer/components/ConnectionPanel.tsx | 1 | ||||
| -rw-r--r-- | gui/src/renderer/components/ErrorBoundary.tsx | 1 | ||||
| -rw-r--r-- | gui/src/renderer/components/HeaderBar.tsx | 1 | ||||
| -rw-r--r-- | gui/src/renderer/components/Launch.tsx | 1 | ||||
| -rw-r--r-- | gui/src/renderer/components/LoginStyles.tsx | 3 | ||||
| -rw-r--r-- | gui/src/renderer/components/SettingsHeader.tsx | 1 | ||||
| -rw-r--r-- | gui/src/renderer/components/SettingsStyles.tsx | 1 | ||||
| -rw-r--r-- | gui/src/renderer/components/SupportStyles.tsx | 2 | ||||
| -rw-r--r-- | gui/src/renderer/components/TunnelControl.tsx | 1 | ||||
| -rw-r--r-- | gui/src/renderer/components/WireguardKeysStyles.tsx | 1 |
13 files changed, 3 insertions, 26 deletions
diff --git a/gui/src/renderer/components/AccountStyles.tsx b/gui/src/renderer/components/AccountStyles.tsx index f66485e3d6..1e70ee5637 100644 --- a/gui/src/renderer/components/AccountStyles.tsx +++ b/gui/src/renderer/components/AccountStyles.tsx @@ -30,7 +30,6 @@ export const AccountRowLabel = styled(AccountRowText)({ fontSize: '13px', fontWeight: 600, lineHeight: '20px', - letterSpacing: -0.2, marginBottom: '9px', color: colors.white60, }); diff --git a/gui/src/renderer/components/AdvancedSettings.tsx b/gui/src/renderer/components/AdvancedSettings.tsx index 0645f03ff7..38c035de32 100644 --- a/gui/src/renderer/components/AdvancedSettings.tsx +++ b/gui/src/renderer/components/AdvancedSettings.tsx @@ -4,11 +4,7 @@ import { sprintf } from 'sprintf-js'; import { BridgeState, RelayProtocol, TunnelProtocol } from '../../shared/daemon-rpc-types'; import { messages } from '../../shared/gettext'; import { WgKeyState } from '../redux/settings/reducers'; -import styles, { - BlockWhenDisconnectedLabel, - InputFrame, - TunnelProtocolSelector, -} from './AdvancedSettingsStyles'; +import styles, { InputFrame, TunnelProtocolSelector } from './AdvancedSettingsStyles'; import * as AppButton from './AppButton'; import * as Cell from './Cell'; import { Container, Layout } from './Layout'; @@ -185,9 +181,9 @@ export default class AdvancedSettings extends Component<IProps, IState> { </Cell.Footer> <Cell.Container> - <BlockWhenDisconnectedLabel> + <Cell.Label> {messages.pgettext('advanced-settings-view', 'Always require VPN')} - </BlockWhenDisconnectedLabel> + </Cell.Label> <Cell.Switch isOn={this.props.blockWhenDisconnected} onChange={this.setBlockWhenDisconnected} diff --git a/gui/src/renderer/components/AdvancedSettingsStyles.tsx b/gui/src/renderer/components/AdvancedSettingsStyles.tsx index 721df6cf55..2a38a6ca0d 100644 --- a/gui/src/renderer/components/AdvancedSettingsStyles.tsx +++ b/gui/src/renderer/components/AdvancedSettingsStyles.tsx @@ -8,10 +8,6 @@ export const InputFrame = styled(Cell.InputFrame)({ flex: 0, }); -export const BlockWhenDisconnectedLabel = styled(Cell.Label)({ - letterSpacing: -0.5, -}); - export const TunnelProtocolSelector = (styled(Selector)({ marginBottom: 0, }) as unknown) as new <T>() => Selector<T>; @@ -60,7 +56,6 @@ export default { fontSize: 20, fontWeight: '900', lineHeight: 26, - letterSpacing: -0.2, color: colors.white, flex: 0, }), diff --git a/gui/src/renderer/components/ConnectionPanel.tsx b/gui/src/renderer/components/ConnectionPanel.tsx index 24bcc1c4cf..156a46ff89 100644 --- a/gui/src/renderer/components/ConnectionPanel.tsx +++ b/gui/src/renderer/components/ConnectionPanel.tsx @@ -61,7 +61,6 @@ const styles = { lineHeight: 15, fontWeight: '600', color: 'rgb(255, 255, 255)', - letterSpacing: -0.2, }), header: Styles.createViewStyle({ flexDirection: 'row', diff --git a/gui/src/renderer/components/ErrorBoundary.tsx b/gui/src/renderer/components/ErrorBoundary.tsx index aa0fbba3b6..4c44bb7fd8 100644 --- a/gui/src/renderer/components/ErrorBoundary.tsx +++ b/gui/src/renderer/components/ErrorBoundary.tsx @@ -29,7 +29,6 @@ const styles = { fontSize: 24, fontWeight: '900', lineHeight: 30, - letterSpacing: -0.5, color: colors.white60, marginBottom: 4, }), diff --git a/gui/src/renderer/components/HeaderBar.tsx b/gui/src/renderer/components/HeaderBar.tsx index 22de5ea050..db8734f1c3 100644 --- a/gui/src/renderer/components/HeaderBar.tsx +++ b/gui/src/renderer/components/HeaderBar.tsx @@ -56,7 +56,6 @@ const Title = styled.span({ fontSize: '24px', fontWeight: 900, lineHeight: '30px', - letterSpacing: -0.5, color: colors.white80, marginLeft: '9px', }); diff --git a/gui/src/renderer/components/Launch.tsx b/gui/src/renderer/components/Launch.tsx index 7f1e40dbd4..0cb17cc2fb 100644 --- a/gui/src/renderer/components/Launch.tsx +++ b/gui/src/renderer/components/Launch.tsx @@ -20,7 +20,6 @@ const styles = { fontSize: 24, fontWeight: '900', lineHeight: 30, - letterSpacing: -0.5, color: colors.white60, marginBottom: 4, }), diff --git a/gui/src/renderer/components/LoginStyles.tsx b/gui/src/renderer/components/LoginStyles.tsx index d935eb195e..ccbf6cddad 100644 --- a/gui/src/renderer/components/LoginStyles.tsx +++ b/gui/src/renderer/components/LoginStyles.tsx @@ -116,7 +116,6 @@ export default { fontSize: 13, fontWeight: '600', lineHeight: 18, - letterSpacing: -0.2, marginBottom: 8, }), title: Styles.createTextStyle({ @@ -124,7 +123,6 @@ export default { fontSize: 32, fontWeight: '900', lineHeight: 44, - letterSpacing: -0.7, color: colors.white, marginBottom: 7, flex: 0, @@ -134,7 +132,6 @@ export default { fontSize: 13, lineHeight: 15, fontWeight: '600', - letterSpacing: -0.2, color: colors.white80, marginBottom: 8, }), diff --git a/gui/src/renderer/components/SettingsHeader.tsx b/gui/src/renderer/components/SettingsHeader.tsx index 9ddfa171c2..fa7c096fc8 100644 --- a/gui/src/renderer/components/SettingsHeader.tsx +++ b/gui/src/renderer/components/SettingsHeader.tsx @@ -26,7 +26,6 @@ const styles = { overflow: 'visible', color: colors.white80, lineHeight: 20, - letterSpacing: -0.2, }), spacer: Styles.createViewStyle({ height: 8, diff --git a/gui/src/renderer/components/SettingsStyles.tsx b/gui/src/renderer/components/SettingsStyles.tsx index 1406fba209..3523457210 100644 --- a/gui/src/renderer/components/SettingsStyles.tsx +++ b/gui/src/renderer/components/SettingsStyles.tsx @@ -47,7 +47,6 @@ export default { fontSize: 13, fontWeight: '600', lineHeight: 20, - letterSpacing: -0.2, color: colors.white60, }), }; diff --git a/gui/src/renderer/components/SupportStyles.tsx b/gui/src/renderer/components/SupportStyles.tsx index 5c5915bcd4..13afda2705 100644 --- a/gui/src/renderer/components/SupportStyles.tsx +++ b/gui/src/renderer/components/SupportStyles.tsx @@ -91,7 +91,6 @@ export default { overflow: 'visible', color: colors.white60, lineHeight: 20, - letterSpacing: -0.2, }), support__sent_email: Styles.createTextStyle({ fontWeight: '900', @@ -110,7 +109,6 @@ export default { fontSize: 34, fontWeight: '900', lineHeight: 38, - letterSpacing: -0.9, color: colors.white, marginBottom: 4, }), diff --git a/gui/src/renderer/components/TunnelControl.tsx b/gui/src/renderer/components/TunnelControl.tsx index 7136f18e13..6c6093aa04 100644 --- a/gui/src/renderer/components/TunnelControl.tsx +++ b/gui/src/renderer/components/TunnelControl.tsx @@ -69,7 +69,6 @@ const StyledMarquee = styled(Marquee)({ lineHeight: '38px', fontWeight: 900, overflow: 'hidden', - letterSpacing: -0.9, color: colors.white, }); diff --git a/gui/src/renderer/components/WireguardKeysStyles.tsx b/gui/src/renderer/components/WireguardKeysStyles.tsx index 6bbd29cde5..c9f1a43ba4 100644 --- a/gui/src/renderer/components/WireguardKeysStyles.tsx +++ b/gui/src/renderer/components/WireguardKeysStyles.tsx @@ -34,7 +34,6 @@ export default { fontSize: 13, fontWeight: '600', lineHeight: 20, - letterSpacing: -0.2, color: colors.white60, marginBottom: 9, }), |
