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

Little details #46

Merged
merged 6 commits into from
Oct 24, 2017
Merged

Little details #46

merged 6 commits into from
Oct 24, 2017

Commits on Oct 23, 2017

  1. Configuration menu
    Copy the full SHA
    0d4f71a View commit details
    Browse the repository at this point in the history
  2. Unify size props

    Sice it's an SVG and its a square, needs always the same value for width and height.
    elrumordelaluz committed Oct 23, 2017
    Configuration menu
    Copy the full SHA
    22c20b9 View commit details
    Browse the repository at this point in the history
  3. Add style prop

    Allow to customize more the gh-corner like:
    ```
    <GithubCorner href={githubUrl}  style={{ 'mixBlendMode': 'darken' }}/>
    ```
    to made the octocat trasnparent.
    
    Details in [this issue](tholman/github-corners#15).
    elrumordelaluz committed Oct 23, 2017
    Configuration menu
    Copy the full SHA
    4689f34 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2017

  1. Configuration menu
    Copy the full SHA
    2248575 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e7ff9c5 View commit details
    Browse the repository at this point in the history
  3. 1 Configuration menu
    Copy the full SHA
    1154bca View commit details
    Browse the repository at this point in the history