Skip to content

Commit

Permalink
Change slider color
Browse files Browse the repository at this point in the history
  • Loading branch information
KwikKill committed Oct 23, 2024
1 parent 7450096 commit f727dfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/views/Management/Marks.vue
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ const submitGame = async () => {
<input
id="priority"
v-model.number="mark.priority"
class="w-full rounded-md border border-black bg-theme-nav p-2"
class="w-full rounded-md border border-black bg-theme-nav p-2 accent-blue-500"
type="range"
min="0"
max="10"
Expand Down

0 comments on commit f727dfb

Please sign in to comment.