wordpress-mobile / WordPressAuthenticator-iOS

GNU General Public License v2.0
17 stars 11 forks source link

Add background view to the `LoginPrologueViewController.swift` #821

Closed alpavanoglu closed 9 months ago

alpavanoglu commented 9 months ago

Refs: https://github.com/wordpress-mobile/WordPress-iOS/pull/22296

Description

This PR fixes the issue where setting the background color for the buttons did not work in iPad as the background for the buttons did not cover the full width. Adding a view behind the buttons container and setting the background color to the same value, resolved the issue.

Testing Steps

Follow the steps on referenced PR and confirm the UI has no such aforementioned oddity on iPad.