Skip to content

Commit

Permalink
whattheduck: Fix suggestions toggle background
Browse files Browse the repository at this point in the history
  • Loading branch information
bperel committed Aug 20, 2024
1 parent 8acad58 commit 853996a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions apps/whattheduck/src/views/Suggestions.vue
Original file line number Diff line number Diff line change
Expand Up @@ -209,4 +209,10 @@ ion-toast.author-toast {
--box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, 0.2);
--color: #4b4a50;
}
ion-toggle {
&::part(track) {
background: var(--track-background) !important;
}
}
</style>

0 comments on commit 853996a

Please sign in to comment.