Increase opacity of disabled replies button slightly

This commit is contained in:
Eric Bailey
2025-09-29 15:20:27 -05:00
parent 68105e257b
commit a47799720b
+1 -1
View File
@@ -210,7 +210,7 @@ let PostControls = ({
a.flex_1, a.flex_1,
a.align_start, a.align_start,
{marginLeft: big ? -2 : -6}, {marginLeft: big ? -2 : -6},
replyDisabled ? {opacity: 0.5} : undefined, replyDisabled ? {opacity: 0.6} : undefined,
]}> ]}>
<PostControlButton <PostControlButton
testID="replyBtn" testID="replyBtn"