Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes #417 #418

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Fixes #417 #418

wants to merge 1 commit into from

Conversation

TriptiMirani
Copy link

@TriptiMirani TriptiMirani commented Jan 13, 2025

Description

This PR fixes a UI bug where the right edge of the ElevatedButton text overflows by 11 pixels. Additionally, it addresses an issue where icons within the button were blending into the background, making them difficult to see. The fix ensures proper alignment and enhances icon visibility.

Fixes #417

Type of change

  • Bug fix (non-breaking change which fixes an issue)

How Has This Been Tested?

The fix was tested on a physical device (One Plus 11R):

  1. Verified that the right edge of the ElevatedButton text no longer overflows.
  2. Confirmed that icons are now clearly visible against the button's background with sufficient contrast in all Themes.

Steps to reproduce the test:

  • Open the application.
  • Navigate to the Profile screen.
  • Check the alignment of text and visibility of icons of Edit Profile and Settings.

Checklist:

  • My code follows the style guidelines of this project.
  • I have performed a self-review of my own code.
  • My changes generate no new warnings.
  • Manually tested the fix on a physical device and confirmed expected behavior.
  • No automated tests available, but manual testing confirmed no issues.
  • I have checked my code and corrected any misspellings.

Maintainer Checklist

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

UI Overflow and Icon Disappearance in Elevated Button in Profile Screen
1 participant