Placeholder style tweaks (#9107)

* Align colors in loading placeholders

* Same for new skele components

* Increase opacity of disabled replies button slightly
This commit is contained in:
Eric Bailey
2025-10-10 11:16:40 -05:00
committed by GitHub
parent 6cd6a3447d
commit a9efd94983
3 changed files with 17 additions and 24 deletions
+1 -1
View File
@@ -210,7 +210,7 @@ let PostControls = ({
a.flex_1,
a.align_start,
{marginLeft: big ? -2 : -6},
replyDisabled ? {opacity: 0.5} : undefined,
replyDisabled ? {opacity: 0.6} : undefined,
]}>
<PostControlButton
testID="replyBtn"