reverse spread order for grid styles

This commit is contained in:
Abbey Campbell
2025-10-31 09:24:08 -07:00
parent af39a014bf
commit 50761c5e95

View File

@@ -213,8 +213,8 @@ const ObservationsFlashList: Function = forwardRef( ( {
const contentContainerStyle = useMemo( ( ) => {
if ( layout === "list" ) { return contentContainerStyleProp; }
return {
...contentContainerStyleProp,
...flashListStyle
...flashListStyle,
...contentContainerStyleProp
};
}, [
contentContainerStyleProp,