From 6320b3788931018c16d05afdfd3adb86402a1dd6 Mon Sep 17 00:00:00 2001 From: Amine Mouafik Date: Wed, 27 Nov 2019 16:47:12 +0700 Subject: Fine-tune QuickSwitch component UI --- src/features/quickSwitch/Component.js | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'src/features') diff --git a/src/features/quickSwitch/Component.js b/src/features/quickSwitch/Component.js index 797589e9b..0f44385e1 100644 --- a/src/features/quickSwitch/Component.js +++ b/src/features/quickSwitch/Component.js @@ -56,6 +56,9 @@ const styles = theme => ({ marginBottom: 10, display: 'flex', alignItems: 'center', + '&:last-child': { + marginBottom: 0, + }, '&:hover': { background: theme.styleTypes.primary.accent, color: theme.styleTypes.primary.contrast, @@ -319,7 +322,10 @@ export default @injectSheet(styles) @inject('stores', 'actions') @observer class ))} -

{intl.formatMessage(messages.info)}

+

+
+ {intl.formatMessage(messages.info)} +

); } -- cgit v1.2.3-54-g00ecf