Skip to content

Commit

Permalink
Add background to select input
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremystucki committed Jan 29, 2025
1 parent 0efcebe commit b27b5fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/Home.vue
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
<select
id="last-semester-select"
:value="startSemester"
class="ml-2 px-3 py-2 rounded"
class="ml-2 px-3 py-2 rounded bg-gray-200"
@change="setStartSemester($event.target.value)"
>
<option
Expand Down

0 comments on commit b27b5fc

Please sign in to comment.