Skip to content

Commit

Permalink
Make colors in settings collapsed by default
Browse files Browse the repository at this point in the history
  • Loading branch information
liberostelios committed Mar 25, 2022
1 parent 787a988 commit 3926b63
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
>
<h2 class="mb-0">
<button
class="btn btn-link btn-block text-left"
class="btn btn-link btn-block text-left collapsed"
type="button"
data-toggle="collapse"
data-target="#collapseOne"
Expand All @@ -103,7 +103,7 @@

<div
id="collapseOne"
class="collapse show"
class="collapse"
aria-labelledby="headingOne"
data-parent="#accordionExample"
>
Expand Down

0 comments on commit 3926b63

Please sign in to comment.