Skip to content

Commit c86fc13

Browse files
committed
Add cursor-pointer to search and location buttons
1 parent fab9e65 commit c86fc13

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,12 @@ <h1 class="text-3xl font-bold text-center text-blue-600 mb-4">Weather App</h1>
2727
<input type="text" placeholder="Enter City"
2828
class="flex-1 px-4 py-2 rounded-md border border-blue-300 focus:outline-none focus:ring-2 focus:ring-blue-500 transition" />
2929

30-
<button class="bg-blue-600 text-white px-4 py-2 rounded-md hover:bg-blue-700 active:bg-blue-800 transition">
30+
<button class="bg-blue-600 cursor-pointer text-white px-4 py-2 rounded-md hover:bg-blue-700 active:bg-blue-800 transition">
3131
Search
3232
</button>
3333

3434
<button id="geo-btn"
35-
class="bg-gray-600 text-white px-4 py-2 rounded-md hover:bg-gray-700 active:bg-gray-800 transition">
35+
class="bg-gray-600 cursor-pointer text-white px-4 py-2 rounded-md hover:bg-gray-700 active:bg-gray-800 transition">
3636
<i title="Use Current Location" class="fa-sharp fa-solid fa-location-dot text-2xl"></i> </button>
3737
</div>
3838

0 commit comments

Comments
 (0)