Match placeholder color with other skeletons (#8129)
This commit is contained in:
@@ -152,7 +152,7 @@ export function AvatarPlaceholder() {
|
|||||||
<View
|
<View
|
||||||
style={[
|
style={[
|
||||||
a.rounded_full,
|
a.rounded_full,
|
||||||
t.atoms.bg_contrast_50,
|
t.atoms.bg_contrast_25,
|
||||||
{
|
{
|
||||||
width: 40,
|
width: 40,
|
||||||
height: 40,
|
height: 40,
|
||||||
@@ -203,7 +203,7 @@ export function NameAndHandlePlaceholder() {
|
|||||||
<View
|
<View
|
||||||
style={[
|
style={[
|
||||||
a.rounded_xs,
|
a.rounded_xs,
|
||||||
t.atoms.bg_contrast_50,
|
t.atoms.bg_contrast_25,
|
||||||
{
|
{
|
||||||
width: '60%',
|
width: '60%',
|
||||||
height: 14,
|
height: 14,
|
||||||
@@ -214,7 +214,7 @@ export function NameAndHandlePlaceholder() {
|
|||||||
<View
|
<View
|
||||||
style={[
|
style={[
|
||||||
a.rounded_xs,
|
a.rounded_xs,
|
||||||
t.atoms.bg_contrast_50,
|
t.atoms.bg_contrast_25,
|
||||||
{
|
{
|
||||||
width: '40%',
|
width: '40%',
|
||||||
height: 10,
|
height: 10,
|
||||||
@@ -275,7 +275,7 @@ export function DescriptionPlaceholder({
|
|||||||
style={[
|
style={[
|
||||||
a.rounded_xs,
|
a.rounded_xs,
|
||||||
a.w_full,
|
a.w_full,
|
||||||
t.atoms.bg_contrast_50,
|
t.atoms.bg_contrast_25,
|
||||||
{height: 12, width: i + 1 === numberOfLines ? '60%' : '100%'},
|
{height: 12, width: i + 1 === numberOfLines ? '60%' : '100%'},
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
|
|||||||
Reference in New Issue
Block a user