@seed-design/css 1.1.23 → 1.1.24
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/all.css +2 -2
- package/all.min.css +1 -1
- package/package.json +1 -1
- package/recipes/identity-placeholder.css +2 -2
- package/recipes/identity-placeholder.d.ts +1 -1
- package/recipes/identity-placeholder.mjs +2 -1
- package/vars/component/identity-placeholder.d.ts +2 -2
- package/vars/component/identity-placeholder.mjs +2 -2
package/all.css
CHANGED
|
@@ -4480,7 +4480,7 @@
|
|
|
4480
4480
|
.seed-identity-placeholder__root {
|
|
4481
4481
|
box-sizing: border-box;
|
|
4482
4482
|
vertical-align: top;
|
|
4483
|
-
background-color: var(--seed-color-palette-gray-
|
|
4483
|
+
background-color: var(--seed-color-palette-gray-500);
|
|
4484
4484
|
justify-content: center;
|
|
4485
4485
|
align-items: center;
|
|
4486
4486
|
width: 100%;
|
|
@@ -4491,9 +4491,9 @@
|
|
|
4491
4491
|
|
|
4492
4492
|
.seed-identity-placeholder__image {
|
|
4493
4493
|
object-fit: cover;
|
|
4494
|
-
fill: #f7f8fa;
|
|
4495
4494
|
width: 100%;
|
|
4496
4495
|
height: 100%;
|
|
4496
|
+
fill: var(--seed-color-palette-static-white-alpha-800);
|
|
4497
4497
|
display: block;
|
|
4498
4498
|
overflow: hidden;
|
|
4499
4499
|
}
|