android / snippets

Main repository for snippets surfaced on developer.android.com.
Apache License 2.0
671 stars 173 forks source link

Fixed references in Typography sample. #198

Closed jwill closed 8 months ago

jwill commented 9 months ago

body1/body2/h4 don't exist in M3 Typography. The options are {display|headline|title|body|label}{Small|Medium|Large}. Changed snippet to reflect M3.

arriolac commented 9 months ago

Hey @jwill, can you update your branch with the latest on main from origin? I added commit fdc1b8e which I think should fixed the failed workflow (context: https://github.com/android/snippets/actions/runs/7720213626/job/21083922073?pr=198).

Edit: I created PR #1 on your branch to update your branch with main.

arriolac commented 9 months ago

Looks like git-auto-commit-action@v4 in the GH build.yml workflow is failing due to the PR coming from a fork. We should probably only apply this for PRs from a branch in this repo.

arriolac commented 8 months ago

Closed by #207. Thanks @jwill for fixing!