Skip to content

Commit

Permalink
fixed adding sections
Browse files Browse the repository at this point in the history
  • Loading branch information
mono424 committed Sep 15, 2023
1 parent 7bb8870 commit 8c132ec
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
placeholder="Introduction"
class="mx-2 rounded px-4 py-3 tl-input">
<button type="button"
class="w-fit bg-gray-100 text-center px-3 rounded dark:bg-gray-600"
class="w-fit bg-gray-100 text-center px-3 rounded text-sky-800 bg-sky-200 dark:text-indigo-200 dark:bg-indigo-600 disabled:bg-gray-200 disabled:dark:bg-gray-600"
@click="addSection(newSection.changeState); newSection.reset();"
:disabled="!isValid">
<i class="fa fa-plus text-3"></i>
Expand Down

0 comments on commit 8c132ec

Please sign in to comment.