Skip to content

Commit

Permalink
feat(ui): better submit button
Browse files Browse the repository at this point in the history
  • Loading branch information
yurijmikhalevich committed Jul 9, 2024
1 parent a0e9030 commit 789a156
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/CodeEditor.vue
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ function onSubmit(event: Event) {
<div class="flex justify-end">
<button
type="submit"
class="h-10 px-6 font-semibold rounded-md bg-black text-white"
class="h-10 px-6 font-semibold shadow bg-black text-white hover:bg-gray-800"
>
Submit
</button>
Expand Down

0 comments on commit 789a156

Please sign in to comment.