Shrink post placeholder avi
This commit is contained in:
@@ -7,9 +7,9 @@ import {
|
|||||||
ViewStyle,
|
ViewStyle,
|
||||||
} from 'react-native'
|
} from 'react-native'
|
||||||
|
|
||||||
import {usePalette} from 'lib/hooks/usePalette'
|
import {usePalette} from '#/lib/hooks/usePalette'
|
||||||
import {s} from 'lib/styles'
|
import {s} from '#/lib/styles'
|
||||||
import {useTheme} from 'lib/ThemeContext'
|
import {useTheme} from '#/lib/ThemeContext'
|
||||||
import {atoms as a, useTheme as useTheme_NEW} from '#/alf'
|
import {atoms as a, useTheme as useTheme_NEW} from '#/alf'
|
||||||
import {Bubble_Stroke2_Corner2_Rounded as Bubble} from '#/components/icons/Bubble'
|
import {Bubble_Stroke2_Corner2_Rounded as Bubble} from '#/components/icons/Bubble'
|
||||||
import {
|
import {
|
||||||
@@ -53,8 +53,8 @@ export function PostLoadingPlaceholder({
|
|||||||
return (
|
return (
|
||||||
<View style={[styles.post, pal.view, style]}>
|
<View style={[styles.post, pal.view, style]}>
|
||||||
<LoadingPlaceholder
|
<LoadingPlaceholder
|
||||||
width={52}
|
width={42}
|
||||||
height={52}
|
height={42}
|
||||||
style={[
|
style={[
|
||||||
styles.avatar,
|
styles.avatar,
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user