Skip to content

Commit

Permalink
add padding to search input
Browse files Browse the repository at this point in the history
  • Loading branch information
seungpark committed Nov 25, 2024
1 parent 96598cb commit ab34503
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/ActionBar/styles.js
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down Expand Up @@ -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;
Expand Down

0 comments on commit ab34503

Please sign in to comment.