Skip to content

Commit

Permalink
fix: resize logo
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniil committed Apr 10, 2024
1 parent 787954e commit e58be88
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Bottom Sheet

<picture>
<source media="(prefers-color-scheme: dark)" srcset="https://github.com/surfstudio/flutter-open-source/blob/887525c23f4d57a2d96fc2e6a31e15d1e29d1787/assets/logo_white.png">
<img alt="Shows an illustrated sun in light color mode and a moon with stars in dark color mode." src="https://github.com/surfstudio/flutter-open-source/blob/887525c23f4d57a2d96fc2e6a31e15d1e29d1787/assets/logo_black.png" width ="200">
</picture>

[![Surf](https://github.com/surfstudio/flutter-open-source/blob/887525c23f4d57a2d96fc2e6a31e15d1e29d1787/assets/logo_white.png#gh-dark-mode-only)](https://surf.dev#gh-dark-mode-only)
[![Surf](https://github.com/surfstudio/flutter-open-source/blob/887525c23f4d57a2d96fc2e6a31e15d1e29d1787/assets/logo_black.png#gh-light-mode-only)](https://surf.dev#gh-light-mode-only)

Expand Down

0 comments on commit e58be88

Please sign in to comment.