Skip to content

Commit

Permalink
fixes for mobile safari
Browse files Browse the repository at this point in the history
  • Loading branch information
hiba9201 committed Nov 5, 2023
1 parent 1895ec7 commit a18bd9b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions client/components/Map/SearchBar/SearchBar.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@
font-size: 18px;
line-height: 24px;

background-color: transparent;

&::placeholder {
color: #000;
opacity: 1;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,5 @@
.MapSearchBarStopResult__text {
margin: 0;
text-align: left;
color: #000;
}
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
.MapSearchBarUnitResult__text {
margin: 0;
text-align: left;
color: #000;
}

.MapSearchBarUnitResult__text_shallow {
Expand Down

1 comment on commit a18bd9b

@ekbdev
Copy link

@ekbdev ekbdev commented on a18bd9b Nov 5, 2023

Choose a reason for hiding this comment

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

Deploy preview for transport ready!

✅ Preview
https://transport-q2a0zdvge-ekbdev.vercel.app
https://ekbdev-transport-feat-map-search.vercel.app

Built with commit a18bd9b.
This pull request is being automatically deployed with vercel-action

Please sign in to comment.