From ab345032d46618c12911ca53515461ea46a34483 Mon Sep 17 00:00:00 2001 From: Seung Park Date: Mon, 25 Nov 2024 10:33:24 -0500 Subject: [PATCH] add padding to search input --- src/components/ActionBar/styles.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/components/ActionBar/styles.js b/src/components/ActionBar/styles.js index 75c26c135..2b8d2dfbe 100644 --- a/src/components/ActionBar/styles.js +++ b/src/components/ActionBar/styles.js @@ -4,7 +4,7 @@ import { css } from '@leafygreen-ui/emotion'; import { theme } from '../../theme/docsTheme'; import { displayNone } from '../../utils/display-none'; -const DESKTOP_DARK_MODE_AND_FEEDBACK_BUTTONS_WIDTH = '400px'; +const DESKTOP_DARK_MODE_AND_FEEDBACK_BUTTONS_WIDTH = '375px'; // default styling for all Action Bars export const actionBarStyling = css` @@ -129,6 +129,7 @@ export const ActionBarSearchContainer = styled.div` align-items: center; width: 100%; background: inherit; + padding-right: ${theme.size.default}; @media ${theme.screenSize.upToLarge} { max-width: unset;