mirror of
https://github.com/ecency/ecency-mobile.git
synced 2024-12-03 11:40:44 +03:00
updated placeholder image color
This commit is contained in:
parent
59d7df5740
commit
1db65be2d2
@ -39,11 +39,12 @@ export const AutoHeightImage = ({
|
||||
const imgStyle = {
|
||||
width: imgWidth - 10,
|
||||
height: imgHeight,
|
||||
backgroundColor: onLoadCalled ? 'transparent' : EStyleSheet.value('$primaryGray'),
|
||||
backgroundColor: onLoadCalled ? 'transparent' : EStyleSheet.value('$primaryLightBackground'),
|
||||
};
|
||||
|
||||
const _onLoad = () => {
|
||||
setOnLoadCalled(true);
|
||||
|
||||
};
|
||||
|
||||
return (
|
||||
|
@ -43,7 +43,7 @@ export default EStyleSheet.create({
|
||||
// height: 200,
|
||||
// width: '$deviceWidth - 16',
|
||||
borderRadius: 8,
|
||||
backgroundColor: '$primaryLightGray',
|
||||
backgroundColor: '$primaryLightBackground',
|
||||
},
|
||||
hiddenImages: {
|
||||
flexDirection: 'column',
|
||||
|
Loading…
Reference in New Issue
Block a user