aboutsummaryrefslogtreecommitdiffstats
path: root/src/features
diff options
context:
space:
mode:
authorLibravatar kytwb <kytwb@pm.me>2021-12-13 20:41:34 +0100
committerLibravatar kytwb <kytwb@pm.me>2021-12-13 20:41:34 +0100
commit802b35181f43ee45eca9833cd9919a89c7a27da3 (patch)
treeb04add370076bf885d882e50b15dd3eaf5f9b2c8 /src/features
parentStyle modals as per QuickSwitch modal (diff)
downloadferdium-app-802b35181f43ee45eca9833cd9919a89c7a27da3.tar.gz
ferdium-app-802b35181f43ee45eca9833cd9919a89c7a27da3.tar.zst
ferdium-app-802b35181f43ee45eca9833cd9919a89c7a27da3.zip
Fine-tune QuickSwitch styling in light mode
Diffstat (limited to 'src/features')
-rw-r--r--src/features/quickSwitch/Component.js5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/features/quickSwitch/Component.js b/src/features/quickSwitch/Component.js
index 7f9424b6d..646794414 100644
--- a/src/features/quickSwitch/Component.js
+++ b/src/features/quickSwitch/Component.js
@@ -51,9 +51,6 @@ const styles = theme => ({
51 service: { 51 service: {
52 background: theme.styleTypes.primary.contrast, 52 background: theme.styleTypes.primary.contrast,
53 color: theme.colorText, 53 color: theme.colorText,
54 borderColor: theme.styleTypes.primary.accent,
55 borderStyle: 'solid',
56 borderWidth: 1,
57 borderRadius: 6, 54 borderRadius: 6,
58 padding: '3px 25px', 55 padding: '3px 25px',
59 marginBottom: 10, 56 marginBottom: 10,
@@ -63,8 +60,6 @@ const styles = theme => ({
63 marginBottom: 0, 60 marginBottom: 0,
64 }, 61 },
65 '&:hover': { 62 '&:hover': {
66 background: theme.styleTypes.primary.accent,
67 color: theme.styleTypes.primary.contrast,
68 cursor: 'pointer', 63 cursor: 'pointer',
69 }, 64 },
70 }, 65 },