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

[ActionSheet] Labels use text color instead of alpha #5142

Merged
merged 6 commits into from
Sep 19, 2018
Merged

[ActionSheet] Labels use text color instead of alpha #5142

merged 6 commits into from
Sep 19, 2018

Conversation

codeman7
Copy link
Contributor

@codeman7 codeman7 commented Sep 17, 2018

Previously all labels used .alpha property and now they use .textColor.

Related to #4903

@jverkoey
Copy link
Contributor

Are there tests for the default color values? Consider adding if not.

@codeman7 codeman7 changed the title [ActionSheet] Labels use text color instead of alpha [ActionSheet] Labels use text color instead of alpha - WIP Sep 18, 2018

- (void)setUp {
[super setUp];
// Put setup code here. This method is called before the invocation of each test method in the class.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

clang-format suggested the following change:

-    [super setUp];
-    // Put setup code here. This method is called before the invocation of each test method in the class.
+  [super setUp];
+  // Put setup code here. This method is called before the invocation of each test method in the
+  // class.

codeman7 added a commit that referenced this pull request Sep 18, 2018
Previously header labels were `ivars` and this makes them properties, which should allow for easier testing. This change is related to #5039 and #5142
@codeman7 codeman7 changed the title [ActionSheet] Labels use text color instead of alpha - WIP [ActionSheet] Labels use text color instead of alpha Sep 18, 2018
@codeman7 codeman7 added the kokoro:force-run Restart the kokoro jobs for this PR. label Sep 19, 2018
@kokoro-team kokoro-team removed the kokoro:force-run Restart the kokoro jobs for this PR. label Sep 19, 2018
@codeman7 codeman7 merged commit dc3b961 into material-components:develop Sep 19, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
5 participants