Skip to content

Commit

Permalink
fix: alignment issues
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianJiang2021 committed Apr 23, 2023
1 parent b477b29 commit c44274c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion apps/storefront/src/components/filter/B3Filter.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,8 @@ function B3Filter<T, Y>(props: B3FilterProps<T, Y>) {
{sortByConfig?.isEnabled && (
<Box
sx={{
m: '0 5px',
ml: '5px',
mr: 0,
}}
>
<B3Select
Expand Down
2 changes: 1 addition & 1 deletion apps/storefront/src/components/layout/B3AccountInfo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ export default function B3AccountInfo({ closeSidebar }: B3AccountInfoProps) {
minWidth: '150px',
display: 'flex',
justifyContent: 'end',
mr: '-2px',
mr: '-5px',
fontSize: '16px',
color: '#333333',
}}
Expand Down

0 comments on commit c44274c

Please sign in to comment.