This pull request introduces new text styles for various buttons within our application to ensure consistency and improve the user interface. Specifically, the following changes have been made:
New Button Text Styles:
Ignore Button Text Style: A distinct text style specifically for the "Ignore" button to ensure visual distinction and improved readability.
Later Button Text Style: A custom text style for the "Later" button to enhance its appearance and ensure it stands out.
Update Button Text Style: A unique text style for the "Update" button to provide a consistent look and feel across the application.
Generic Default Button Text Style:
A generic default button text style has been created to be applied whenever a specific text style is not provided for a button.
This ensures that all buttons have a consistent and visually appealing text style, even if a custom style is not specified.
Changes Implemented
ButtonTextStyles Implementation:
Defined custom text styles for the "Ignore," "Later," and "Update" buttons.
Created a generic default text style for buttons that do not have a specific style passed.
This pull request introduces new text styles for various buttons within our application to ensure consistency and improve the user interface. Specifically, the following changes have been made:
New Button Text Styles:
Generic Default Button Text Style:
Changes Implemented
ButtonTextStyles Implementation: