Fix UI overlap issue where text was rendering over icons (#10774)

This commit is contained in:
Ashish Khankari
2026-07-01 01:37:43 +05:30
committed by GitHub
parent 8a6a90320c
commit feaca048ba
+1 -4
View File
@@ -60,7 +60,7 @@ export function LogScreen({}: NativeStackScreenProps<
<Pressable
style={[
a.flex_row,
a.align_center,
a.align_start,
a.py_md,
a.px_sm,
a.border_b,
@@ -81,9 +81,6 @@ export function LogScreen({}: NativeStackScreenProps<
<View
style={[
a.flex_1,
a.flex_row,
a.justify_start,
a.align_center,
a.gap_sm,
]}>
{entry.context && (