Remove style

This commit is contained in:
DS Boyce
2026-08-03 14:11:14 -07:00
parent deaf7f4f8d
commit 41dd5c50be
-5
View File
@@ -161,7 +161,6 @@ function PostInner({
<Link
href={itemHref}
style={[
styles.outer,
gtMobile ? a.pl_sm : a.pl_xs,
gtMobile ? a.pr_lg : a.pr_md,
gtMobile ? a.pt_lg : a.pt_md,
@@ -279,10 +278,6 @@ function PostInner({
}
const styles = StyleSheet.create({
outer: {
// @ts-ignore web only -prf
cursor: 'pointer',
},
layout: {
flexDirection: 'row',
gap: 10,