@common-origin/design-system 1.9.1 → 1.9.3
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.js
CHANGED
|
@@ -752,7 +752,7 @@ var AvatarContainer = styled.div.withConfig({
|
|
|
752
752
|
}, function (_a) {
|
|
753
753
|
var $size = _a.$size;
|
|
754
754
|
return tokens.semantic.size.avatar[$size];
|
|
755
|
-
}, tokens.base.border.radius.circle, tokens.semantic.color.background.
|
|
755
|
+
}, tokens.base.border.radius.circle, tokens.semantic.color.background.surface);
|
|
756
756
|
var AvatarImage = styled.img.withConfig({
|
|
757
757
|
shouldForwardProp: function shouldForwardProp(prop) {
|
|
758
758
|
return !prop.startsWith('$');
|