Fix color

This commit is contained in:
Isaac 2026-03-22 01:55:00 +03:00
parent e554fa9c6a
commit 9110dda4b4

View file

@ -512,7 +512,7 @@ final class TextProcessingTextAreaComponent: Component {
}
}
shimmerEffectNode.updateAbsoluteRect(shimmerEffectNode.bounds, within: shimmerEffectNode.bounds.size)
shimmerEffectNode.update(backgroundColor: component.theme.list.plainBackgroundColor, foregroundColor: component.theme.list.mediaPlaceholderColor, shimmeringColor: component.theme.list.itemBlocksBackgroundColor.withAlphaComponent(0.4), shapes: shapes, size: shimmerEffectNode.bounds.size)
shimmerEffectNode.update(backgroundColor: component.theme.list.itemBlocksBackgroundColor, foregroundColor: component.theme.list.mediaPlaceholderColor, shimmeringColor: component.theme.list.itemBlocksBackgroundColor.withAlphaComponent(0.4), shapes: shapes, size: shimmerEffectNode.bounds.size)
alphaTransition.setAlpha(view: shimmerEffectNode.view, alpha: 1.0)
} else {
if let shimmerEffectNode = self.shimmerEffectNode {