@common-origin/design-system 1.9.1 → 1.9.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.esm.js +1 -1
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
|
@@ -750,7 +750,7 @@ var AvatarContainer = styled.div.withConfig({
|
|
|
750
750
|
}, function (_a) {
|
|
751
751
|
var $size = _a.$size;
|
|
752
752
|
return tokens.semantic.size.avatar[$size];
|
|
753
|
-
}, tokens.base.border.radius.circle, tokens.semantic.color.background.
|
|
753
|
+
}, tokens.base.border.radius.circle, tokens.semantic.color.background.surface);
|
|
754
754
|
var AvatarImage = styled.img.withConfig({
|
|
755
755
|
shouldForwardProp: function shouldForwardProp(prop) {
|
|
756
756
|
return !prop.startsWith('$');
|