Fix UI overlap issue where text was rendering over icons (#10774)
This commit is contained in:
+1
-4
@@ -60,7 +60,7 @@ export function LogScreen({}: NativeStackScreenProps<
|
|||||||
<Pressable
|
<Pressable
|
||||||
style={[
|
style={[
|
||||||
a.flex_row,
|
a.flex_row,
|
||||||
a.align_center,
|
a.align_start,
|
||||||
a.py_md,
|
a.py_md,
|
||||||
a.px_sm,
|
a.px_sm,
|
||||||
a.border_b,
|
a.border_b,
|
||||||
@@ -81,9 +81,6 @@ export function LogScreen({}: NativeStackScreenProps<
|
|||||||
<View
|
<View
|
||||||
style={[
|
style={[
|
||||||
a.flex_1,
|
a.flex_1,
|
||||||
a.flex_row,
|
|
||||||
a.justify_start,
|
|
||||||
a.align_center,
|
|
||||||
a.gap_sm,
|
a.gap_sm,
|
||||||
]}>
|
]}>
|
||||||
{entry.context && (
|
{entry.context && (
|
||||||
|
|||||||
Reference in New Issue
Block a user