Skip to content

Commit

Permalink
Internal change
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 577961493
  • Loading branch information
Nobody authored and material-automation committed Oct 30, 2023
1 parent 9ee3122 commit a1975d2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion components/M3CButton/src/M3CButton.m
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,6 @@ - (CGSize)intrinsicContentSize {
size = [super intrinsicContentSize];
}
CGSize clampToMinimumSize = [self clampToMinimumSize:size];
[self setCapsuleCornersBasedOn:clampToMinimumSize];
return clampToMinimumSize;
}

Expand Down

0 comments on commit a1975d2

Please sign in to comment.