GeneratePress loads the child theme stylesheet by default if a child theme is active.
The generate_load_child_theme_stylesheet
filter allows you to disable that so you can add your own child theme stylesheet.
add_filter( 'generate_load_child_theme_stylesheet', '__return_false' );