use hairline for feedlike (#6257)

This commit is contained in:
Samuel Newman
2024-11-12 17:49:14 +00:00
committed by GitHub
parent ae97032c41
commit b60629aff8
2 changed files with 10 additions and 3 deletions
+4 -1
View File
@@ -162,7 +162,10 @@ export function FeedSourceCardLoaded({
style={[
pal.border,
{
borderTopWidth: showMinimalPlaceholder || hideTopBorder ? 0 : 1,
borderTopWidth:
showMinimalPlaceholder || hideTopBorder
? 0
: StyleSheet.hairlineWidth,
flexDirection: 'row',
alignItems: 'center',
flex: 1,