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
|
||||
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 && (
|
||||
|
||||
Reference in New Issue
Block a user