Remove style
This commit is contained in:
@@ -161,7 +161,6 @@ function PostInner({
|
|||||||
<Link
|
<Link
|
||||||
href={itemHref}
|
href={itemHref}
|
||||||
style={[
|
style={[
|
||||||
styles.outer,
|
|
||||||
gtMobile ? a.pl_sm : a.pl_xs,
|
gtMobile ? a.pl_sm : a.pl_xs,
|
||||||
gtMobile ? a.pr_lg : a.pr_md,
|
gtMobile ? a.pr_lg : a.pr_md,
|
||||||
gtMobile ? a.pt_lg : a.pt_md,
|
gtMobile ? a.pt_lg : a.pt_md,
|
||||||
@@ -279,10 +278,6 @@ function PostInner({
|
|||||||
}
|
}
|
||||||
|
|
||||||
const styles = StyleSheet.create({
|
const styles = StyleSheet.create({
|
||||||
outer: {
|
|
||||||
// @ts-ignore web only -prf
|
|
||||||
cursor: 'pointer',
|
|
||||||
},
|
|
||||||
layout: {
|
layout: {
|
||||||
flexDirection: 'row',
|
flexDirection: 'row',
|
||||||
gap: 10,
|
gap: 10,
|
||||||
|
|||||||
Reference in New Issue
Block a user