Skip to content

Commit

Permalink
My Favourites
Browse files Browse the repository at this point in the history
  • Loading branch information
theetherGit committed Sep 11, 2023
1 parent 4bb1d96 commit d034848
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/components/favourite-manga-list-sheet.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
<Sheet.Root bind:open={isFavSheetOpen}>
<Sheet.Trigger asChild let:builder>
<Button builders={[builder]} variant="outline" class="flex items-center gap-x-2 text-rose-500 border-rose-500 hover:bg-rose-500 transition-colors duration-500 text-xl md:text-sm">
<Heart class="h-6 w-6 md:h-4 md:w-4"/> Favourites
<Heart class="h-6 w-6 md:h-4 md:w-4"/> My Favourites
</Button>
</Sheet.Trigger>
<Sheet.Content side="right" class="overflow-y-auto scrollbar-thin scrollbar-thumb-primary scrollbar-track-secondary scrollbar-thumb-rounded min-w-full md:min-w-[33%]">
Expand Down

0 comments on commit d034848

Please sign in to comment.