From e4871afaf3e2b1ae8113d6e23bfbb8db9484d1dc Mon Sep 17 00:00:00 2001 From: Piotr Osiewicz <24362066+osiewicz@users.noreply.github.com> Date: Wed, 2 Aug 2023 00:36:46 +0200 Subject: [PATCH] Improve styling of mglass icon & search switches --- styles/src/style_tree/search.ts | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/styles/src/style_tree/search.ts b/styles/src/style_tree/search.ts index 9f72cfc42468660b63b7284c3d9e3dbfb2536b54..94b52aa6647b4fbca189984186c055bf711dc098 100644 --- a/styles/src/style_tree/search.ts +++ b/styles/src/style_tree/search.ts @@ -22,8 +22,8 @@ export default function search(): any { padding: { top: 3, bottom: 3, - left: 12, - right: 8, + left: 10, + right: 4, }, } @@ -47,7 +47,7 @@ export default function search(): any { corner_radius: 2, border: border(theme.highest, "on"), margin: { - right: 4, + right: 2, }, padding: { bottom: 6, @@ -177,7 +177,8 @@ export default function search(): any { } }, container: { - padding: { right: 6 } + margin: { right: 6 }, + padding: { left: 4 } } } }