Skip to content

Commit

Permalink
Extract from 060e1a371b5a8272b36db6084046d9eb8328135f
Browse files Browse the repository at this point in the history
  • Loading branch information
akeneo committed Apr 23, 2024
1 parent 8eefcfc commit f599432
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/components/Avatar/Avatar.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/components/Avatar/Avatar.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "akeneo-design-system",
"version": "0.1.235",
"version": "0.1.236",
"description": "Akeneo design system",
"main": "lib/index.js",
"scripts": {
Expand Down
1 change: 1 addition & 0 deletions src/components/Avatar/Avatar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ const AvatarContainer = styled.span<AvatarContainerProps & AkeneoThemedProps>`
: css`
margin-right: -4px;
`}
box-sizing: content-box;
display: inline-block;
background-color: ${getColor('white')};
`;
Expand Down

0 comments on commit f599432

Please sign in to comment.